diff --git a/SignalMessaging/utils/ConversationStyle.swift b/SignalMessaging/utils/ConversationStyle.swift index ebaf7fe5e..f9e29c9b0 100644 --- a/SignalMessaging/utils/ConversationStyle.swift +++ b/SignalMessaging/utils/ConversationStyle.swift @@ -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