Skip to content

Commit

Permalink
Update src/Files.App/Views/ShellPanesPage.xaml.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Yair <[email protected]>
  • Loading branch information
ferrariofilippo and yaira2 authored Dec 13, 2024
1 parent 1e07cf3 commit 520057b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Files.App/Views/ShellPanesPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@ public IShellPage? ActivePane
secondShellPage.IsCurrentInstance = false;

if (ActivePane is not null)
{
ActivePane.IsCurrentInstance = IsCurrentInstance;
}

NotifyPropertyChanged(nameof(ActivePane));
NotifyPropertyChanged(nameof(IsLeftPaneActive));
Expand Down

0 comments on commit 520057b

Please sign in to comment.