mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
submodules: update linphone to fix pause music looping
This commit is contained in:
parent
c48f65db1d
commit
06be92c325
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
- (bool)onUpdate {
|
||||
return !linphone_core_mic_enabled(LC);
|
||||
return !(linphone_core_get_current_call(LC) && linphone_core_mic_enabled(LC));
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3fab83d02e2d5e8430c3b7b606d033065dc88842
|
||||
Subproject commit f76447b43e3bbd31dfe6fdbe280e99e2aea73382
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit ca03bb19722cff4266cebd4339c6aeb120a3f017
|
||||
Subproject commit ba58c9f03851e8381d781a38d93911d025bf9271
|
||||
Loading…
Add table
Reference in a new issue