fix: display short version timestamp in notification scene issue

This commit is contained in:
CMK 2021-06-22 17:57:40 +08:00
parent c656fe956b
commit d9490533ee
1 changed files with 1 additions and 1 deletions

View File

@ -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