We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cc5ef commit 2454049Copy full SHA for 2454049
Coding_iOS/Views/Cell/EACodeReleaseBodyCell.m
@@ -53,9 +53,7 @@ - (void)setCurR:(EACodeRelease *)curR{
53
[self.webContentView setHeight:_curR.contentHeight];
54
if (!_webContentView.isLoading) {
55
[_activityIndicator startAnimating];
56
- if (_curR.markdownBody) {
57
- [self.webContentView loadHTMLString:[WebContentManager markdownPatternedWithContent:_curR.markdownBody] baseURL:nil];
58
- }
+ [self.webContentView loadHTMLString:[WebContentManager markdownPatternedWithContent:_curR.markdownBody] baseURL:nil];
59
}
60
61
0 commit comments