chore: Follow up homeserverpicker UX
This commit is contained in:
parent
2f39b1e8f4
commit
65fd8a4184
2 changed files with 8 additions and 5 deletions
|
|
@ -137,10 +137,7 @@ class HomeserverPickerView extends StatelessWidget {
|
|||
TextField(
|
||||
onChanged:
|
||||
controller.tryCheckHomeserverActionWithCooldown,
|
||||
onEditingComplete: controller
|
||||
.tryCheckHomeserverActionWithoutCooldown,
|
||||
onSubmitted: controller
|
||||
.tryCheckHomeserverActionWithoutCooldown,
|
||||
onSubmitted: controller.onSubmitted,
|
||||
onTap:
|
||||
controller.tryCheckHomeserverActionWithCooldown,
|
||||
controller: controller.homeserverController,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue