Fix splash screen not showing

This commit is contained in:
Moe Poi ~ 2022-05-15 22:31:21 +07:00
parent 05220b2263
commit e2e788b68c

View file

@ -39,7 +39,6 @@ class _NekoyaState extends State<Nekoya> {
nextScreen: const Menu(initialScreen: 2,),
),
debugShowCheckedModeBanner: false,
initialRoute: '',
routes: {
'' : (context) => const Menu(initialScreen: 2,),
'/login': (context) => const Login(),