mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-04 23:21:25 +01:00
ResetWithRange once on search
This commit is contained in:
parent
cf9595a0bc
commit
a2d00c4057
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user