Skip to content

Commit 903aec5

Browse files
bugfix
1 parent 9ccdf59 commit 903aec5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,8 @@ private async void QueryResults()
633633

634634
var query = ConstructQuery(QueryText, Settings.CustomShortcuts, Settings.BuiltinShortcuts);
635635

636+
if (query == null) // shortcut expanded
637+
return;
636638

637639
_updateSource?.Dispose();
638640

0 commit comments

Comments
 (0)