show correct timestamp on notifications

This commit is contained in:
Lea 2023-02-02 10:17:54 +01:00
parent 5fde56b5c9
commit 26e6e0721a
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -91,6 +91,8 @@ void callbackDispatcher() {
channelShowBadge: true,
importance: Importance.low,
largeIcon: iconData,
when: item.createdOnTime.millisecondsSinceEpoch,
showWhen: true,
),
),
);