Skip to content

Commit 5f10e02

Browse files
committed
No need to set progressQuery
1 parent 61ee542 commit 5f10e02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,6 @@ private static List<Result> GetHistoryItems(IEnumerable<HistoryItem> historyItem
13351335
private async Task QueryResultsAsync(bool searchDelay, bool isReQuery = false, bool reSelect = true)
13361336
{
13371337
_updateSource?.Cancel();
1338-
_progressQuery = null;
13391338

13401339
App.API.LogDebug(ClassName, $"Start query with text: <{QueryText}>");
13411340

0 commit comments

Comments
 (0)