diff --git a/Wox/ResultPanel.xaml.cs b/Wox/ResultPanel.xaml.cs index d2daa2bb5a..534a561c97 100644 --- a/Wox/ResultPanel.xaml.cs +++ b/Wox/ResultPanel.xaml.cs @@ -58,8 +58,6 @@ namespace Wox public void AddResults(List newResults, string resultId) { - // todo check count in the previous call - if (newResults.Count == 0) return; lock (_resultsUpdateLock) { // todo use async to do new result calculation