fix: call notification hanging

This commit is contained in:
darthpaul
2021-10-07 23:08:54 +01:00
parent ea9c0eb2d1
commit 3ccb1072c4

View File

@ -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()
} }