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 4b6a047 commit 98951e1Copy full SHA for 98951e1
src/Files.App/Views/Shells/ColumnShellPage.xaml.cs
@@ -62,6 +62,7 @@ protected override void ShellPage_NavigationRequested(object sender, PathNavigat
62
protected override void OnNavigationParamsChanged()
63
{
64
if (ColumnParams.NavPathParam is not null)
65
+ // This method call is required to load the sorting preferences.
66
InstanceViewModel.FolderSettings.GetLayoutType(ColumnParams.NavPathParam);
67
68
ItemDisplayFrame.Navigate(
0 commit comments