Merge branch 'soru/no-autocorrect-homeserver-url' into 'main'

fix: Disable autocorrect for the homeserver url field

Closes #515

See merge request famedly/fluffychat!490
This commit is contained in:
Krille Fear 2021-08-20 17:58:43 +00:00
commit 86998374b9
2 changed files with 6 additions and 1 deletions

View file

@ -38,6 +38,7 @@ class HomeserverPickerView extends StatelessWidget {
readOnly: !AppConfig.allowOtherHomeservers,
onSubmit: (_) => controller.checkHomeserverAction(),
unfocusOnClear: false,
autocorrect: false,
),
elevation: 0,
),