Merge pull request #238 from KryptKode/fix/call-notif-hanging

fix: call notification hanging
This commit is contained in:
Tibor Kaputa 2021-10-08 19:49:43 +02:00 committed by GitHub
commit 4ac11f6a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class CallService : InCallService() {
override fun onDestroy() {
super.onDestroy()
CallManager.registerCallback(callListener)
CallManager.unregisterCallback(callListener)
callNotificationManager.cancelNotification()
callDurationHelper.cancel()
}