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();
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue