feat: Redesign start page
This commit is contained in:
parent
fb4df3f88c
commit
bf79b57007
8 changed files with 117 additions and 85 deletions
|
|
@ -40,7 +40,8 @@ class HomeserverPickerController extends State<HomeserverPicker> {
|
|||
this.domain = domain;
|
||||
_coolDown?.cancel();
|
||||
if (domain.isNotEmpty) {
|
||||
_coolDown = Timer(const Duration(seconds: 1), checkHomeserverAction);
|
||||
_coolDown =
|
||||
Timer(const Duration(milliseconds: 500), checkHomeserverAction);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue