1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 03:03:46 +00:00

try 1s delay on search to stop crashing

This commit is contained in:
Kyle Spearrin
2019-06-06 16:18:44 -04:00
parent fa5c8c2c75
commit a2bedaab8a
2 changed files with 1 additions and 8 deletions

View File

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