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

pull/1/head
Christine Corbett 10 years ago committed by Frederic Jacobs
parent b80f99b8ac
commit cbc7a59a5c

@ -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;

Loading…
Cancel
Save