You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that date is the date that the notification was created, which is the default for all Android notifications.
This is a bug. We should be calling setWhen on the notification so it displays the timestamp of the last update, but I guess that Clock.system.now() is only evaluated once:
In the notifications there is displayed the wrong date, every day is the 2025/01/01
The text was updated successfully, but these errors were encountered: