diff --git a/lib/core/routes/app_shell/app_shell_screen.dart b/lib/core/routes/app_shell/app_shell_screen.dart index 54b561f..3674a96 100644 --- a/lib/core/routes/app_shell/app_shell_screen.dart +++ b/lib/core/routes/app_shell/app_shell_screen.dart @@ -20,7 +20,9 @@ class AppShellScreen extends StatelessWidget { index, initialLocation: index == navigationShell.currentIndex, ); - context.read().init(); + if (index == 0) { + context.read().init(); + } } @override