mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-24 23:28:10 +00:00
Add missing LinphoneCore function impl
This commit is contained in:
parent
efe00e9911
commit
772b04aea7
1 changed files with 4 additions and 0 deletions
|
|
@ -541,4 +541,8 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
public LinphoneCall findCallFromUri(String uri) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue