mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +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);
|
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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user