mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fixes prefix of bellesip's wake_lock functions
This commit is contained in:
parent
a1eb9a0f5b
commit
5cf1abd58e
1 changed files with 2 additions and 2 deletions
|
|
@ -4675,8 +4675,8 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setAudioDscp(JNIEnv* env
|
|||
|
||||
extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setAndroidPowerManager(JNIEnv *env, jclass cls, jobject pm) {
|
||||
#ifdef ANDROID
|
||||
if(pm != NULL) bellesip_wake_lock_init(env, pm);
|
||||
else bellesip_wake_lock_uninit(env);
|
||||
if(pm != NULL) belle_sip_wake_lock_init(env, pm);
|
||||
else belle_sip_wake_lock_uninit(env);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue