mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
ResetWithRange once on search
This commit is contained in:
@@ -94,8 +94,6 @@ namespace Bit.App.Pages
|
||||
{
|
||||
ciphers = await _searchService.SearchCiphersAsync(searchText, Filter, null, cts.Token);
|
||||
cts.Token.ThrowIfCancellationRequested();
|
||||
Ciphers.ResetWithRange(ciphers);
|
||||
ShowNoData = Ciphers.Count == 0;
|
||||
}
|
||||
catch(OperationCanceledException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user