From a3c853066afe862def54cea0b1c4bfeb166c0c42 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 10 May 2018 16:36:37 -0400 Subject: [PATCH] Respond to CR. --- Signal/src/ViewControllers/HomeView/HomeViewController.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/Signal/src/ViewControllers/HomeView/HomeViewController.m b/Signal/src/ViewControllers/HomeView/HomeViewController.m index 17332bce7..8974bd59a 100644 --- a/Signal/src/ViewControllers/HomeView/HomeViewController.m +++ b/Signal/src/ViewControllers/HomeView/HomeViewController.m @@ -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]; }); }