mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Fix function definition.
This commit is contained in:
parent
27a6efc893
commit
c50ec14126
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