Tapping signal icon should return user to last conversations mode. Closes #580.

This commit is contained in:
Christine Corbett 2015-02-11 21:51:00 -08:00 committed by Frederic Jacobs
parent b80f99b8ac
commit cbc7a59a5c

View file

@ -71,7 +71,6 @@ static NSString* const kShowSignupFlowSegue = @"showSignupFlow";
name:TSUIDatabaseConnectionDidUpdateNotification
object:nil];
[self selectedInbox:self];
[self updateInboxCountLabel];
[[[Environment getCurrent] contactsManager].getObservableContacts watchLatestValue:^(id latestValue) {
@ -224,7 +223,6 @@ static NSString* const kShowSignupFlowSegue = @"showSignupFlow";
MessagesViewController * vc = [segue destinationViewController];
NSIndexPath *selectedIndexPath = [self.tableView indexPathForSelectedRow];
TSThread *thread = [self threadForIndexPath:selectedIndexPath];
[self selectedInbox:self];
if (self.contactIdentifierFromCompose){
[vc setupWithTSIdentifier:self.contactIdentifierFromCompose];
self.contactIdentifierFromCompose = nil;