Don't present multiple converastion views ever.

This commit is contained in:
Matthew Chen 2018-04-26 14:47:32 -04:00
parent 940161e62f
commit f95151ac8d

View File

@ -928,6 +928,9 @@ NSString *const kArchivedConversationsReuseIdentifier = @"kArchivedConversations
[mvc configureForThread:thread action:action];
self.lastThread = thread;
// Never push more than one conversation view controller at a time.
[self.navigationController popToViewController:self animated:NO];
[self pushTopLevelViewController:mvc animateDismissal:YES animatePresentation:YES];
});
}