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 ee185c6 commit eb23363Copy full SHA for eb23363
src/Files.App/ViewModels/UserControls/Widgets/QuickAccessWidgetViewModel.cs
@@ -225,8 +225,8 @@ public async Task NavigateToPath(string path)
225
return;
226
}
227
228
- ContentPageContext.ShellPage!.NavigateWithArguments(
229
- ContentPageContext.ShellPage!.InstanceViewModel.FolderSettings.GetLayoutType(path),
+ ContentPageContext.ShellPage?.NavigateWithArguments(
+ ContentPageContext.ShellPage.InstanceViewModel.FolderSettings.GetLayoutType(path),
230
new() { NavPathParam = path });
231
232
0 commit comments