mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
update ms2 for bugfix and fix JNI
This commit is contained in:
parent
af07752226
commit
2e64b3b045
2 changed files with 2 additions and 2 deletions
|
|
@ -601,7 +601,7 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setNetworkStateReachable
|
|||
extern "C" jboolean Java_org_linphone_core_LinphoneCoreImpl_isNetworkStateReachable( JNIEnv* env
|
||||
,jobject thiz
|
||||
,jlong lc) {
|
||||
return linphone_core_is_network_reachabled((LinphoneCore*)lc);
|
||||
return linphone_core_is_network_reachable((LinphoneCore*)lc);
|
||||
}
|
||||
|
||||
extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setPlaybackGain( JNIEnv* env
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 54678a7aca9ce71dc43660fc80364cd0a2076ca9
|
||||
Subproject commit b184aec8e85e094df2b9c18e0ba4bf19aa873ec9
|
||||
Loading…
Add table
Reference in a new issue