mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-04-05 22:01:09 +02:00
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)
|
.setCategory(Notification.CATEGORY_CALL)
|
||||||
.setCustomContentView(collapsedView)
|
.setCustomContentView(collapsedView)
|
||||||
.setOngoing(true)
|
.setOngoing(true)
|
||||||
.setAutoCancel(true)
|
|
||||||
.setChannelId(channelId)
|
.setChannelId(channelId)
|
||||||
.setStyle(NotificationCompat.DecoratedCustomViewStyle())
|
.setStyle(NotificationCompat.DecoratedCustomViewStyle())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user