do not autocancel the incoming call notification

This commit is contained in:
tibbi 2020-05-01 12:18:39 +02:00
parent 2504de4239
commit 659b2abb4c
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ class CallActivity : SimpleActivity() {
.setCategory(Notification.CATEGORY_CALL)
.setCustomContentView(collapsedView)
.setOngoing(true)
.setAutoCancel(true)
.setChannelId(channelId)
.setStyle(NotificationCompat.DecoratedCustomViewStyle())