Respond to CR.

This commit is contained in:
Matthew Chen 2018-05-10 16:36:37 -04:00
parent f95151ac8d
commit a3c853066a

View File

@ -928,9 +928,6 @@ 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];
});
}