mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix no PhoneMainView
This commit is contained in:
parent
9baabe0735
commit
9d90f78276
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
- (void)applicationDidBecomeActive:(UIApplication *)application {
|
||||
LOGI(@"%@", NSStringFromSelector(_cmd));
|
||||
|
||||
if (!startedInBackground) {
|
||||
if (!startedInBackground || PhoneMainView.instance.currentView == nil) {
|
||||
startedInBackground = TRUE;
|
||||
// initialize UI
|
||||
[PhoneMainView.instance startUp];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue