Skip to content

Commit a122d4b

Browse files
authored
fix(mobile): double hero animation (immich-app#21927)
fix double hero animation
1 parent dad81af commit a122d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mobile/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class ImmichAppState extends ConsumerState<ImmichApp> with WidgetsBindingObserve
240240
theme: getThemeData(colorScheme: immichTheme.light, locale: context.locale),
241241
routerConfig: router.config(
242242
deepLinkBuilder: _deepLinkBuilder,
243-
navigatorObservers: () => [AppNavigationObserver(ref: ref), HeroController()],
243+
navigatorObservers: () => [AppNavigationObserver(ref: ref)],
244244
),
245245
),
246246
);

0 commit comments

Comments
 (0)