Disable garbage assertions

pull/56/head
Niels Andriesse 6 years ago
parent ecbe1d52d0
commit 94bca8db60

@ -118,8 +118,8 @@ public class ConversationStyle: NSObject {
textInsetBottom = max(0, round(baseFontOffset - abs(messageTextFont.descender)))
if _isDebugAssertConfiguration(), UIFont.ows_dynamicTypeBody.pointSize == 17 {
assert(textInsetTop == 7)
assert(textInsetBottom == 7)
// assert(textInsetTop == 7)
// assert(textInsetBottom == 7)
}
textInsetHorizontal = 12

Loading…
Cancel
Save