mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: Add the "When" to new message notifications (#1628)
This commit is contained in:
parent
24f218ef2c
commit
b316e066ad
1 changed files with 2 additions and 0 deletions
|
|
@ -281,6 +281,8 @@ class MeshServiceNotifications(
|
|||
setStyle(
|
||||
NotificationCompat.MessagingStyle(person).addMessage(message, System.currentTimeMillis(), person)
|
||||
)
|
||||
setWhen(System.currentTimeMillis())
|
||||
setShowWhen(true)
|
||||
}
|
||||
return messageNotificationBuilder.build()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue