Skip to content

Commit 0a0cd3e

Browse files
committed
code quality
1 parent 30dbdb8 commit 0a0cd3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ internal async Task<List<Result>> SearchAsync(Query query, CancellationToken tok
6060

6161
if (activeActionKeyword == null && !isPathSearch)
6262
{
63-
MergeQuickAccessInResultsIfQueryMatch(results, query, activeActionKeyword);
64-
return results.ToList();
63+
return new List<Result>();
6564
}
6665

6766
if (activeActionKeyword == null && isPathSearch) activeActionKeyword = ActionKeyword.PathSearchActionKeyword;

0 commit comments

Comments
 (0)