diff --git a/Session/Conversations/ConversationVC.swift b/Session/Conversations/ConversationVC.swift index 62cba5a5f..e36fa49f3 100644 --- a/Session/Conversations/ConversationVC.swift +++ b/Session/Conversations/ConversationVC.swift @@ -527,7 +527,7 @@ final class ConversationVC : BaseVC, ConversationViewModelDelegate, OWSConversat // needed for proper calculations, so force an initial layout if it doesn't have a size) var hasDoneLayout: Bool = true - if thread.isMessageRequest() && messageRequestView.bounds.height <= CGFloat.leastNonzeroMagnitude { + if messageRequestView.bounds.height <= CGFloat.leastNonzeroMagnitude { hasDoneLayout = false UIView.performWithoutAnimation {