mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-24 23:28:10 +00:00
Fix function definition.
This commit is contained in:
parent
83e5533557
commit
48690086d5
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