Skip to content

Commit 98951e1

Browse files
authored
Comment
1 parent 4b6a047 commit 98951e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Views/Shells/ColumnShellPage.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ protected override void ShellPage_NavigationRequested(object sender, PathNavigat
6262
protected override void OnNavigationParamsChanged()
6363
{
6464
if (ColumnParams.NavPathParam is not null)
65+
// This method call is required to load the sorting preferences.
6566
InstanceViewModel.FolderSettings.GetLayoutType(ColumnParams.NavPathParam);
6667

6768
ItemDisplayFrame.Navigate(

0 commit comments

Comments
 (0)