Skip to content

Commit 60bbf75

Browse files
committed
Fix build issue
1 parent 281c5b7 commit 60bbf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ private async Task QueryResultsAsync(bool searchDelay, bool isReQuery = false, b
13231323
var currentIsHomeQuery = query.RawQuery == string.Empty;
13241324

13251325
// Do not show home page for quick switch window
1326-
if (quickSwitch && isHomeQuery)
1326+
if (quickSwitch && currentIsHomeQuery)
13271327
{
13281328
ClearResults();
13291329
return;

0 commit comments

Comments
 (0)