Forgot one log in previous commit...
This commit is contained in:
parent
15379a8cbe
commit
83141e49f0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class KeepAliveHandler extends BroadcastReceiver {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onReceive(Context context, Intent intent) {
|
public void onReceive(Context context, Intent intent) {
|
||||||
Log.i("Keep alive handler invoked");
|
//Log.i("Keep alive handler invoked"); //TODO FIXME Crash since the log rework
|
||||||
if (LinphoneManager.getLcIfManagerNotDestroyedOrNull() != null) {
|
if (LinphoneManager.getLcIfManagerNotDestroyedOrNull() != null) {
|
||||||
//first refresh registers
|
//first refresh registers
|
||||||
LinphoneManager.getLc().refreshRegisters();
|
LinphoneManager.getLc().refreshRegisters();
|
||||||
|
|
Loading…
Reference in a new issue