Skip to content

Commit 2454049

Browse files
committed
bugfix
1 parent 82cc5ef commit 2454049

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Coding_iOS/Views/Cell/EACodeReleaseBodyCell.m

+1-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ - (void)setCurR:(EACodeRelease *)curR{
5353
[self.webContentView setHeight:_curR.contentHeight];
5454
if (!_webContentView.isLoading) {
5555
[_activityIndicator startAnimating];
56-
if (_curR.markdownBody) {
57-
[self.webContentView loadHTMLString:[WebContentManager markdownPatternedWithContent:_curR.markdownBody] baseURL:nil];
58-
}
56+
[self.webContentView loadHTMLString:[WebContentManager markdownPatternedWithContent:_curR.markdownBody] baseURL:nil];
5957
}
6058
}
6159

0 commit comments

Comments
 (0)