Fix last commit

This commit is contained in:
Erwan Croze 2017-04-06 11:45:10 +02:00
parent 48cef97024
commit 98b84d07ac

View file

@ -976,6 +976,7 @@ public class LinphoneManager implements LinphoneCoreListener, LinphoneChatMessag
} }
finally { finally {
mServiceContext.unregisterReceiver(mKeepAliveReceiver); mServiceContext.unregisterReceiver(mKeepAliveReceiver);
mServiceContext.unregisterReceiver(mHookReceiver);
dozeManager(false); dozeManager(false);
mLc = null; mLc = null;
instance = null; instance = null;