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…
Reference in a new issue