splash screen fix
This commit is contained in:
parent
7a2593468e
commit
3efa6f9df1
14 changed files with 282 additions and 273 deletions
|
|
@ -138,7 +138,8 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||
],
|
||||
),
|
||||
onTap: () {
|
||||
Navigator.popAndPushNamed(context, '/home');
|
||||
Navigator.of(context)
|
||||
.pushNamedAndRemoveUntil('/home', (route) => false);
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue