mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat(mobile): open DriftSearchPage as root route
This commit is contained in:
parent
ef40b4b00f
commit
11f5fb494c
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ class AppRouter extends RootStackRouter {
|
|||
],
|
||||
transitionsBuilder: TransitionsBuilders.fadeIn,
|
||||
),
|
||||
AutoRoute(page: DriftSearchRoute.page, guards: [_authGuard, _duplicateGuard]),
|
||||
CustomRoute(
|
||||
page: GalleryViewerRoute.page,
|
||||
guards: [_authGuard, _galleryGuard],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue