Skip to content

Commit b426e64

Browse files
authored
Fix: Fixed crash that would occur when navigating folders continuously in a short period of time (#14744)
1 parent 1f5054a commit b426e64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Files.App/Views/Shells/BaseShellPage.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,11 +478,7 @@ public async Task UpdatePathUIToWorkingDirectoryAsync(string newWorkingDir, stri
478478

479479
// Cancel if overrided by single item
480480
if (cts.IsCancellationRequested)
481-
{
482-
cts = null;
483481
return;
484-
}
485-
cts = null;
486482

487483
ToolbarViewModel.PathComponents.Clear();
488484
foreach (var component in components)

0 commit comments

Comments
 (0)