Skip to content

Commit 1b8accf

Browse files
committed
Removed code, wrongly removing the NavigationView's header
1 parent 8e31fd9 commit 1b8accf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Codebreaker.Uno/CodebreakerUno/Views/Pages/ShellPage.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@ private void NavigationViewControl_DisplayModeChanged(NavigationView sender, Nav
2828
Right = AppTitleBar.Margin.Right,
2929
Bottom = AppTitleBar.Margin.Bottom
3030
};
31-
32-
if (sender.DisplayMode != NavigationViewDisplayMode.Expanded)
33-
NavigationViewControl.Header = null;
3431
}
3532
}

0 commit comments

Comments
 (0)