step 26 : fix navigasi ganda di no_login_screen, dan start dari login screen

This commit is contained in:
sindhu
2025-02-28 12:23:52 +07:00
parent 29c38b011a
commit 80eabdd65f
5 changed files with 97 additions and 136 deletions

View File

@@ -31,7 +31,7 @@ class MyApp extends StatelessWidget {
},
),
debugShowCheckedModeBanner: false,
initialRoute: noLoginSplashRoute,
initialRoute: noLoginRoute,
onGenerateRoute: AppRoute.generateRoute,
);
}