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 8b8861d commit 06277e1Copy full SHA for 06277e1
src/Files.App/ViewModels/ShellViewModel.cs
@@ -2709,7 +2709,7 @@ public async Task AddSearchResultsToCollectionAsync(ObservableCollection<ListedI
2709
public async Task SearchAsync(FolderSearch search)
2710
{
2711
ItemLoadStatusChanged?.Invoke(this, new ItemLoadStatusChangedEventArgs() { Status = ItemLoadStatusChangedEventArgs.ItemLoadStatus.Starting });
2712
- //
+
2713
CancelSearch();
2714
searchCTS = new CancellationTokenSource();
2715
filesAndFolders.Clear();
0 commit comments