1
0
mirror of https://github.com/bitwarden/mobile synced 2025-02-01 19:17:13 +01:00

delay search to 500 ms

This commit is contained in:
Kyle Spearrin 2019-06-12 08:12:55 -04:00
parent 5dbe9e5ca2
commit 26d0077bb8

View File

@ -68,7 +68,7 @@ namespace Bit.App.Pages
{ {
return; return;
} }
_vm.Search(e.NewTextValue, 300); _vm.Search(e.NewTextValue, 500);
} }
private void SearchBar_SearchButtonPressed(object sender, EventArgs e) private void SearchBar_SearchButtonPressed(object sender, EventArgs e)