fix: Behaviour of homeserver textfield
This commit is contained in:
parent
2ff5a82671
commit
894e128e19
2 changed files with 5 additions and 2 deletions
|
|
@ -29,7 +29,8 @@ class HomeserverPickerUI extends StatelessWidget {
|
|||
padding: EdgeInsets.zero,
|
||||
onChanged: (s) => controller.domain = s,
|
||||
readOnly: !AppConfig.allowOtherHomeservers,
|
||||
onSubmit: (_) => controller.checkHomeserverAction,
|
||||
onSubmit: (_) => controller.checkHomeserverAction(),
|
||||
unfocusOnClear: false,
|
||||
),
|
||||
elevation: 0,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue