Stable sorting of ResultCollection (#5850)

* Stable sorting of ResultCollection

* nit fixes for resultsViewModel and ResultCollection
This commit is contained in:
Divyansh Srivastava
2020-08-11 10:24:56 -07:00
committed by GitHub
parent ac10c988b9
commit 2d2cb22806
3 changed files with 20 additions and 30 deletions

View File

@@ -502,7 +502,7 @@ namespace PowerLauncher.ViewModel
}
currentCancellationToken.ThrowIfCancellationRequested();
Results.Results.Sort();
Results.Sort();
}
}