mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
make sure normal bg mode is activated if at least one call exist
This commit is contained in:
parent
0f08dc7f55
commit
1e11ce804a
1 changed files with 3 additions and 0 deletions
|
|
@ -1143,6 +1143,9 @@ static int comp_call_state_paused (const LinphoneCall* call, const void* param)
|
|||
&& callList // at least one call in a non active state
|
||||
&& ms_list_find_custom((MSList*)callList, (MSCompareFunc) comp_call_state_paused, NULL)) {
|
||||
[self startCallPausedLongRunningTask];
|
||||
}
|
||||
if (callList){
|
||||
/*if at least one call exist, enter normal bg mode */
|
||||
shouldEnterBgMode=TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue