some more

This commit is contained in:
AT
2019-12-04 00:15:46 +02:00
parent b3fdc4bb96
commit 02511b7785
2 changed files with 5 additions and 4 deletions

View File

@@ -155,7 +155,6 @@ namespace Wox.ViewModel
// Find the same results in A (old results) and B (new newResults)
var sameResults = oldResults
.Where(t1 => newResults.Any(x => x.Result.Equals(t1.Result)))
.Select(t1 => t1)
.ToList();
// remove result of relative complement of B in A