fix: Add the "When" to new message notifications (#1628)

pull/1629/head
Ken Piper 2025-03-02 06:11:33 -06:00 zatwierdzone przez GitHub
rodzic 24f218ef2c
commit b316e066ad
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -281,6 +281,8 @@ class MeshServiceNotifications(
setStyle(
NotificationCompat.MessagingStyle(person).addMessage(message, System.currentTimeMillis(), person)
)
setWhen(System.currentTimeMillis())
setShowWhen(true)
}
return messageNotificationBuilder.build()
}