Skip to content

Commit 8db6cbe

Browse files
Remove outdated comment
1 parent 50bc63b commit 8db6cbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Files.App/Views/MainPage.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public async void MultitaskingControl_CurrentInstanceChanged(object? sender, Cur
170170
{
171171
SidebarAdaptiveViewModel.PaneHolder = currentInstance;
172172
SidebarAdaptiveViewModel.PaneHolder.PropertyChanged += PaneHolder_PropertyChanged;
173-
// Issue doesn't update the secondary pane in general
174173
currentInstance.UpdatePanesLayout();
175174
}
176175
SidebarAdaptiveViewModel.NotifyInstanceRelatedPropertiesChanged((navArgs as PaneNavigationArguments)?.LeftPaneNavPathParam);

0 commit comments

Comments
 (0)