Skip to content

Commit fcf6194

Browse files
committed
Improve code quality
1 parent 5da9640 commit fcf6194

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
@@ -1322,7 +1322,7 @@ private async Task QueryResultsAsync(bool searchDelay, bool isReQuery = false, b
13221322
var currentIsQuickSwitch = _isQuickSwitch;
13231323

13241324
// Do not show home page for quick switch window
1325-
if (currentIsQuickSwitch && currentIsHomeQuery)
1325+
if (currentIsHomeQuery && currentIsQuickSwitch)
13261326
{
13271327
ClearResults();
13281328
return;

0 commit comments

Comments
 (0)