mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Use call's startdate for system notification timestamp
This commit is contained in:
parent
6a41f7f67d
commit
1ead4d9218
1 changed files with 1 additions and 1 deletions
|
|
@ -1123,7 +1123,7 @@ class NotificationsManager
|
|||
} else {
|
||||
setPriority(NotificationCompat.PRIORITY_HIGH)
|
||||
}
|
||||
setWhen(System.currentTimeMillis())
|
||||
setWhen(call.callLog.startDate * 1000) // Linphone timestamps are in seconds
|
||||
setAutoCancel(false)
|
||||
setOngoing(true)
|
||||
setContentIntent(pendingIntent)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue