Removed refresh register workaround, put it in lib instead
This commit is contained in:
parent
80f40f345d
commit
cb4c842404
1 changed files with 0 additions and 8 deletions
|
@ -330,14 +330,6 @@ public abstract class MainActivity extends LinphoneGenericActivity
|
||||||
displayMissedChats();
|
displayMissedChats();
|
||||||
displayMissedCalls();
|
displayMissedCalls();
|
||||||
}
|
}
|
||||||
|
|
||||||
ProxyConfig proxyConfig = core.getDefaultProxyConfig();
|
|
||||||
if (proxyConfig != null) {
|
|
||||||
if (proxyConfig.getState() == RegistrationState.Failed) {
|
|
||||||
Log.w("[Main Activity] Default proxy config's registration state is failed, refresh registers");
|
|
||||||
core.refreshRegisters();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue