mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +01:00
Merge branch 'soru/autofill-hints' into 'main'
fix: Wrap login form into `AutofillGroup` Closes #503 See merge request famedly/fluffychat!481
This commit is contained in:
commit
5bb070b318
@ -26,7 +26,8 @@ class LoginView extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
body: Builder(builder: (context) {
|
||||
return ListView(
|
||||
return AutofillGroup(
|
||||
child: ListView(
|
||||
children: <Widget>[
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(12.0),
|
||||
@ -98,6 +99,7 @@ class LoginView extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
}),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user