mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Don't use deprecated API
This commit is contained in:
parent
0d044872af
commit
cf0f88e71e
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ public abstract class AssistantActivity extends LinphoneGenericActivity
|
|||
core.loadConfigFromXml(LinphonePreferences.instance().getLinphoneDynamicConfigFile());
|
||||
}
|
||||
|
||||
ProxyConfig proxyConfig = mAccountCreator.configure();
|
||||
ProxyConfig proxyConfig = mAccountCreator.createProxyConfig();
|
||||
|
||||
if (useLinphoneDefaultValues) {
|
||||
// Restore default values
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue