[PR #3414] fix(mobile): Memory lane now updates to the correct day if the app is resumed the next day #9971

Closed
opened 2026-02-05 14:13:50 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/3414

State: closed
Merged: Yes


Fixes the following bug:

  • Open Immich
  • Memory lane has memories set for today
  • Suspend app until tomorrow
  • Memory lane does not update automatically, still shows pictures from yesterday

Uses a new todayProvider with a TodayNotifier which gets updated in app resume from main.dart. This does not solve the problem of leaving the app open and in the foreground all night; e.g., if you open the app at 11:59 and continue using the app until past midnight, the memory lane photos will not update until something else changes their state.

**Original Pull Request:** https://github.com/immich-app/immich/pull/3414 **State:** closed **Merged:** Yes --- Fixes the following bug: - Open Immich - Memory lane has memories set for today - Suspend app until tomorrow - Memory lane does not update automatically, still shows pictures from yesterday Uses a new `todayProvider` with a `TodayNotifier` which gets updated in app resume from `main.dart`. This does not solve the problem of leaving the app open and in the foreground all night; e.g., if you open the app at 11:59 and continue using the app until past midnight, the memory lane photos will not update until something else changes their state.
OVERLORD added the pull-request label 2026-02-05 14:13:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9971