mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
ResetWithRange once on search
This commit is contained in:
parent
cf9595a0bc
commit
a2d00c4057
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue