prevent the text field from beeing erased on mobile
This commit is contained in:
parent
8f3acf2b12
commit
eb06dd0310
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ class PUserAgeView extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
controller.dobController.text = "";
|
||||
return LoginScaffold(
|
||||
appBar: AppBar(
|
||||
automaticallyImplyLeading: !controller.loading,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue