Fix splash screen not showing
This commit is contained in:
parent
05220b2263
commit
e2e788b68c
1 changed files with 0 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue