mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +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);
|
ciphers = await _searchService.SearchCiphersAsync(searchText, Filter, null, cts.Token);
|
||||||
cts.Token.ThrowIfCancellationRequested();
|
cts.Token.ThrowIfCancellationRequested();
|
||||||
Ciphers.ResetWithRange(ciphers);
|
|
||||||
ShowNoData = Ciphers.Count == 0;
|
|
||||||
}
|
}
|
||||||
catch(OperationCanceledException)
|
catch(OperationCanceledException)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue