mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-21 12:08:29 +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());
|
core.loadConfigFromXml(LinphonePreferences.instance().getLinphoneDynamicConfigFile());
|
||||||
}
|
}
|
||||||
|
|
||||||
ProxyConfig proxyConfig = mAccountCreator.configure();
|
ProxyConfig proxyConfig = mAccountCreator.createProxyConfig();
|
||||||
|
|
||||||
if (useLinphoneDefaultValues) {
|
if (useLinphoneDefaultValues) {
|
||||||
// Restore default values
|
// Restore default values
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue