From a2d00c405740923accf8784058e743118e1578d9 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 6 Jun 2019 09:32:25 -0400 Subject: [PATCH] ResetWithRange once on search --- src/App/Pages/Vault/CiphersPageViewModel.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App/Pages/Vault/CiphersPageViewModel.cs b/src/App/Pages/Vault/CiphersPageViewModel.cs index f9c0cbbad..bf33e7d17 100644 --- a/src/App/Pages/Vault/CiphersPageViewModel.cs +++ b/src/App/Pages/Vault/CiphersPageViewModel.cs @@ -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) {