chore: Follow up homeserverpicker UX

This commit is contained in:
Krille 2024-11-03 14:39:22 +01:00
commit 65fd8a4184
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 8 additions and 5 deletions

View file

@ -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,