chore: Follow up homeserver picker page

This commit is contained in:
krille-chan 2024-08-25 17:41:05 +02:00
commit e2538816a3
No known key found for this signature in database
2 changed files with 12 additions and 9 deletions

View file

@ -75,6 +75,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
tryCheckHomeserverActionWithoutCooldown([_]) {
_checkHomeserverCooldown?.cancel();
_lastCheckedUrl = null;
checkHomeserverAction();
}