do not autocancel the incoming call notification
This commit is contained in:
parent
2504de4239
commit
659b2abb4c
|
@ -180,7 +180,6 @@ class CallActivity : SimpleActivity() {
|
|||
.setCategory(Notification.CATEGORY_CALL)
|
||||
.setCustomContentView(collapsedView)
|
||||
.setOngoing(true)
|
||||
.setAutoCancel(true)
|
||||
.setChannelId(channelId)
|
||||
.setStyle(NotificationCompat.DecoratedCustomViewStyle())
|
||||
|
||||
|
|
Loading…
Reference in New Issue