fix: display short version timestamp in notification scene issue
This commit is contained in:
parent
c656fe956b
commit
d9490533ee
|
@ -38,7 +38,7 @@ extension NotificationSection {
|
|||
}
|
||||
|
||||
let createAt = notification.createAt
|
||||
let timeText = createAt.slowedTimeAgoSinceNow
|
||||
let timeText = createAt.timeAgoSinceNow
|
||||
|
||||
let actionText = type.actionText
|
||||
let actionImageName = type.actionImageName
|
||||
|
|
Loading…
Reference in New Issue