mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 11:13:49 +00:00
Fixed issue where multiple threads were attempting to modify search result list (#761)
* Fixed issue where multiple threads were attempting to modify search result list * Fixed race condition
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
return;
|
||||
}
|
||||
_vm.Search(e.NewTextValue, 500);
|
||||
_vm.Search(e.NewTextValue, 200);
|
||||
}
|
||||
|
||||
private void SearchBar_SearchButtonPressed(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user