mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
Fix function definition.
This commit is contained in:
parent
34d9c1df71
commit
3c9b9b7cef
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ class LinphoneCallImpl implements LinphoneCall {
|
|||
return isAuthenticationTokenVerified(nativePtr);
|
||||
}
|
||||
|
||||
private native boolean setAuthenticationTokenVerified(long nativePtr, boolean verified);
|
||||
private native void setAuthenticationTokenVerified(long nativePtr, boolean verified);
|
||||
public void setAuthenticationTokenVerified(boolean verified){
|
||||
setAuthenticationTokenVerified(nativePtr, verified);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue