mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
[Fixed] Use browser navigation
This commit is contained in:
parent
69b3a77d17
commit
d19fa0ccd0
22 changed files with 210 additions and 156 deletions
|
|
@ -164,7 +164,7 @@ class _LoginPageState extends ConsumerState<LoginScreen> {
|
|||
serverTextController.text = value;
|
||||
startAddingNewUser();
|
||||
});
|
||||
context.router.maybePop();
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue