mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-03 06:46:25 +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)
|
.setGroup(NotificationsManager.CHAT_NOTIFICATIONS_GROUP)
|
||||||
.setVisibility(NotificationCompat.VISIBILITY_SECRET)
|
.setVisibility(NotificationCompat.VISIBILITY_SECRET)
|
||||||
.setWhen(System.currentTimeMillis())
|
.setWhen(System.currentTimeMillis())
|
||||||
.setShowWhen(true)
|
.setShowWhen(false)
|
||||||
.setOngoing(true)
|
.setOngoing(true)
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue