Skip to content

Commit 634e829

Browse files
Jack251970Copilot
andauthored
Improve code comments
Co-authored-by: Copilot <[email protected]>
1 parent 445ca9a commit 634e829

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
@@ -212,7 +212,7 @@ async Task UpdateActionAsync()
212212
await Task.Delay(20);
213213
while (channelReader.TryRead(out var item))
214214
{
215-
// If this update task is for clearing existing results, we must need to add it to the queue
215+
// If the update task is not canceled or requires clearing existing results, add it to the queue
216216
if (!item.Token.IsCancellationRequested || item.shouldClearExistingResults)
217217
queue[item.ID] = item;
218218
}

0 commit comments

Comments
 (0)