mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Fix back button
This commit is contained in:
parent
154f247009
commit
d56dc2a972
1 changed files with 3 additions and 0 deletions
|
|
@ -522,6 +522,9 @@ static void message_status(LinphoneChatMessage* msg,LinphoneChatMessageState sta
|
|||
[[PhoneMainView instance] popCurrentView];
|
||||
}
|
||||
}];
|
||||
} else {
|
||||
[self.tableController setChatRoom:NULL];
|
||||
[[PhoneMainView instance] popCurrentView];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue