We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e520a93 commit cff7f35Copy full SHA for cff7f35
src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/ShellItemRenderer.cs
@@ -421,7 +421,7 @@ void UpdateLargeTitles()
421
422
if (SelectedViewController is UINavigationController navigationController)
423
{
424
- navigationController.NavigationBar.PrefersLargeTitles = largeTitleDisplayMode != LargeTitleDisplayMode.Never;
+ navigationController.NavigationBar.PrefersLargeTitles = largeTitleDisplayMode == LargeTitleDisplayMode.Always;
425
var top = navigationController.TopViewController;
426
if (top is not null)
427
0 commit comments