fix: view in timeline does not jump to the timeline correctly (#23428)

This commit is contained in:
Alex
2025-10-31 12:24:41 -05:00
committed by GitHub
parent f5d7e5acca
commit ceb36a304d
5 changed files with 35 additions and 7 deletions

View File

@@ -53,3 +53,8 @@ const int kMinMonthsToEnableScrubberSnap = 12;
const String kImmichAppStoreLink = "https://apps.apple.com/app/immich/id6449244941";
const String kImmichPlayStoreLink = "https://play.google.com/store/apps/details?id=app.alextran.immich";
const String kImmichLatestRelease = "https://github.com/immich-app/immich/releases/latest";
const int kPhotoTabIndex = 0;
const int kSearchTabIndex = 1;
const int kAlbumTabIndex = 2;
const int kLibraryTabIndex = 3;