Fixed an issue where the conversation screen was dismissed incorrectly

Fixed a bug where going to the settings screen in a conversation with no messages would pop to the conversation list
pull/907/head
Morgan Pretty 2 years ago
parent 67ab1e5194
commit 8cbd318cca

@ -569,6 +569,10 @@ final class ConversationVC: BaseVC, SessionUtilRespondingViewController, Convers
let threadId: String = viewModel.threadData.threadId
if
(
self.navigationController == nil ||
self.navigationController?.viewControllers.contains(self) == false
) &&
viewModel.threadData.threadIsNoteToSelf == false &&
viewModel.threadData.threadShouldBeVisible == false &&
!SessionUtil.conversationInConfig(

Loading…
Cancel
Save