Fix last commit
This commit is contained in:
parent
48cef97024
commit
98b84d07ac
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue