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 c41ec3d commit 8998ae3Copy full SHA for 8998ae3
src/Files.App/Views/LayoutModes/ColumnViewBrowser.xaml.cs
@@ -410,7 +410,7 @@ public void SetSelectedPathOrNavigate(PathNavigationEventArgs e)
410
if (ParentShellPageInstance is null)
411
return;
412
413
- if (NormalizePath(ParentShellPageInstance.FilesystemViewModel.WorkingDirectory) !=
+ if (NormalizePath(ParentShellPageInstance.FilesystemViewModel?.WorkingDirectory) !=
414
NormalizePath(e.ItemPath))
415
ParentShellPageInstance.NavigateToPath(e.ItemPath);
416
else
0 commit comments