mirror of
https://github.com/immich-app/immich.git
synced 2026-02-11 03:17:59 +03:00
fix: show TabShellRoute when cold starting from deeplink (#21376)
This commit is contained in:
@@ -66,7 +66,7 @@ class DeepLinkService {
|
||||
return DeepLink([
|
||||
// we need something to segue back to if the app was cold started
|
||||
// TODO: use MainTimelineRoute this when beta is default
|
||||
if (isColdStart) (Store.isBetaTimelineEnabled) ? const MainTimelineRoute() : const PhotosRoute(),
|
||||
if (isColdStart) (Store.isBetaTimelineEnabled) ? const TabShellRoute() : const PhotosRoute(),
|
||||
route,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user