remove autofil close
This commit is contained in:
parent
7f0a5dad15
commit
7f04336d59
1 changed files with 2 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class _SignInState extends State<SignIn> {
|
||||||
} else {
|
} else {
|
||||||
await signUserIn();
|
await signUserIn();
|
||||||
if (successfulSignIn) {
|
if (successfulSignIn) {
|
||||||
TextInput.finishAutofillContext();
|
// TextInput.finishAutofillContext();
|
||||||
Navigator.of(context).pushNamedAndRemoveUntil('/', (route) => false);
|
Navigator.of(context).pushNamedAndRemoveUntil('/', (route) => false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -606,6 +606,7 @@ class _SignInState extends State<SignIn> {
|
||||||
emailController.dispose();
|
emailController.dispose();
|
||||||
passwordController.dispose();
|
passwordController.dispose();
|
||||||
_focusNode.dispose();
|
_focusNode.dispose();
|
||||||
|
TextInput.finishAutofillContext();
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue