forked from mirrors/linphone-iphone
do not loop between 2 view
This commit is contained in:
parent
56b21e0572
commit
7eab68ae23
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
|
||||
- (IBAction)onBackClick:(id)sender {
|
||||
[_tableController.contactsGroup removeAllObjects];
|
||||
if (_tableController.notFirstTime)
|
||||
if (_tableController.isForEditing)
|
||||
[PhoneMainView.instance popToView:ChatConversationInfoView.compositeViewDescription];
|
||||
else
|
||||
[PhoneMainView.instance popToView:ChatsListView.compositeViewDescription];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue