mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix isVCardSupported method
This commit is contained in:
parent
c68e1877f2
commit
94396dacec
1 changed files with 1 additions and 1 deletions
|
|
@ -2307,7 +2307,7 @@ extern "C" jboolean Java_org_linphone_core_LinphoneCoreImpl_isVideoSupported(JNI
|
|||
extern "C" jboolean Java_org_linphone_core_LinphoneCoreImpl_isVCardSupported(JNIEnv* env
|
||||
,jobject thiz
|
||||
,jlong lc) {
|
||||
return (jboolean)linphone_core_vcard_supported((LinphoneCore*)lc);
|
||||
return (jboolean)linphone_core_vcard_supported();
|
||||
}
|
||||
|
||||
extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setPlayFile(JNIEnv* env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue