We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445ca9a commit 634e829Copy full SHA for 634e829
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -212,7 +212,7 @@ async Task UpdateActionAsync()
212
await Task.Delay(20);
213
while (channelReader.TryRead(out var item))
214
{
215
- // If this update task is for clearing existing results, we must need to add it to the queue
+ // If the update task is not canceled or requires clearing existing results, add it to the queue
216
if (!item.Token.IsCancellationRequested || item.shouldClearExistingResults)
217
queue[item.ID] = item;
218
}
0 commit comments