Skip to content

Commit 1d58ad9

Browse files
Update src/Files.App/Views/ShellPanesPage.xaml.cs
Co-authored-by: Yair <[email protected]>
1 parent 3b16134 commit 1d58ad9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,7 @@ public IShellPage? ActivePane
185185
secondShellPage.IsCurrentInstance = false;
186186

187187
if (ActivePane is not null)
188-
{
189188
ActivePane.IsCurrentInstance = IsCurrentInstance;
190-
}
191189

192190
NotifyPropertyChanged(nameof(ActivePane));
193191
NotifyPropertyChanged(nameof(IsLeftPaneActive));

0 commit comments

Comments
 (0)