kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix: Add the "When" to new message notifications (#1628)
rodzic
24f218ef2c
commit
b316e066ad
|
@ -281,6 +281,8 @@ class MeshServiceNotifications(
|
|||
setStyle(
|
||||
NotificationCompat.MessagingStyle(person).addMessage(message, System.currentTimeMillis(), person)
|
||||
)
|
||||
setWhen(System.currentTimeMillis())
|
||||
setShowWhen(true)
|
||||
}
|
||||
return messageNotificationBuilder.build()
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue