mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 03:09:23 +00:00
Revert "fix crash when stop lc too early"
This reverts commit 8d54620295.
This commit is contained in:
parent
6ad10719a4
commit
69a11ef639
1 changed files with 3 additions and 5 deletions
|
|
@ -81,11 +81,9 @@
|
|||
linphone_call_enable_camera(call, false);
|
||||
}
|
||||
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||
[LinphoneManager.instance enterBackgroundMode];
|
||||
[LinphoneManager.instance.fastAddressBook clearFriends];
|
||||
[CoreManager.instance stopLinphoneCore];
|
||||
});
|
||||
[LinphoneManager.instance enterBackgroundMode];
|
||||
[LinphoneManager.instance.fastAddressBook clearFriends];
|
||||
[CoreManager.instance stopLinphoneCore];
|
||||
}
|
||||
|
||||
- (void)applicationDidBecomeActive:(UIApplication *)application {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue