mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-04-21 05:27:23 +02:00
Merge pull request #238 from KryptKode/fix/call-notif-hanging
fix: call notification hanging
This commit is contained in:
commit
4ac11f6a42
@ -44,7 +44,7 @@ class CallService : InCallService() {
|
|||||||
|
|
||||||
override fun onDestroy() {
|
override fun onDestroy() {
|
||||||
super.onDestroy()
|
super.onDestroy()
|
||||||
CallManager.registerCallback(callListener)
|
CallManager.unregisterCallback(callListener)
|
||||||
callNotificationManager.cancelNotification()
|
callNotificationManager.cancelNotification()
|
||||||
callDurationHelper.cancel()
|
callDurationHelper.cancel()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user