mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 03:03:46 +00:00
delay search to 500 ms
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
return;
|
||||
}
|
||||
_vm.Search(e.NewTextValue, 300);
|
||||
_vm.Search(e.NewTextValue, 500);
|
||||
}
|
||||
|
||||
private void SearchBar_SearchButtonPressed(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user