show correct timestamp on notifications
This commit is contained in:
parent
5fde56b5c9
commit
26e6e0721a
|
@ -91,6 +91,8 @@ void callbackDispatcher() {
|
||||||
channelShowBadge: true,
|
channelShowBadge: true,
|
||||||
importance: Importance.low,
|
importance: Importance.low,
|
||||||
largeIcon: iconData,
|
largeIcon: iconData,
|
||||||
|
when: item.createdOnTime.millisecondsSinceEpoch,
|
||||||
|
showWhen: true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue