Fix file saving on Android
This commit is contained in:
parent
098d8479c8
commit
3ced797407
6 changed files with 39 additions and 21 deletions
|
@ -53,7 +53,9 @@ class StartPageState extends State<StartPage> {
|
|||
Navigator.pushReplacementNamed(context, "/perms");
|
||||
});
|
||||
} else {
|
||||
Navigator.pushReplacementNamed(context, "/edit");
|
||||
await Future.delayed(Duration(seconds: 2), () {
|
||||
Navigator.pushReplacementNamed(context, "/edit");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue