html height working, fixes #72

This commit is contained in:
Ryan Nystrom
2017-07-06 11:24:47 -04:00
parent c0aa7d012a
commit 6752d6fced
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ IssueCommentReactionCellDelegate {
} else if viewModel is IssueCommentDetailsViewModel {
height = Styles.Sizes.rowSpacing * 3 + Styles.Sizes.avatar.height
} else {
height = BodyHeightForComment(viewModel: viewModel, width: width)
height = BodyHeightForComment(viewModel: viewModel, width: width, webviewCache: webviewCache)
}
return CGSize(width: width, height: height)

View File

@@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>487</string>
<string>489</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>