style: Make invite page more pretty
This commit is contained in:
parent
5bd0689172
commit
f0e765c3ce
2 changed files with 37 additions and 16 deletions
|
|
@ -79,7 +79,7 @@ class InvitationSelectionController extends State<InvitationSelection> {
|
|||
void searchUserWithCoolDown(String text) async {
|
||||
coolDown?.cancel();
|
||||
coolDown = Timer(
|
||||
const Duration(seconds: 1),
|
||||
const Duration(milliseconds: 500),
|
||||
() => searchUser(context, text),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue