mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Do not show when for push received notification
This commit is contained in:
parent
82d6d37fd7
commit
8746a2646a
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class CorePushService : PushService() {
|
|||
.setGroup(NotificationsManager.CHAT_NOTIFICATIONS_GROUP)
|
||||
.setVisibility(NotificationCompat.VISIBILITY_SECRET)
|
||||
.setWhen(System.currentTimeMillis())
|
||||
.setShowWhen(true)
|
||||
.setShowWhen(false)
|
||||
.setOngoing(true)
|
||||
.build()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue