mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-21 13:48:11 +00:00
Fixed timestamps in message notification
This commit is contained in:
parent
6f9a5a6009
commit
e6d33a9e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -602,7 +602,7 @@ class NotificationsManager @MainThread constructor(private val context: Context)
|
|||
text,
|
||||
contact,
|
||||
displayName,
|
||||
message.time,
|
||||
message.time * 1000, /* Linphone timestamps are in seconds */
|
||||
isOutgoing = false,
|
||||
isReaction = true,
|
||||
reactionToMessageId = message.messageId,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue