Skip to content

Commit cff7f35

Browse files
jfversluissheiksyedm
authored andcommitted
Revert "Update logic for large title display mode on iOS - shell (#33039)"
This reverts commit 07967c6.
1 parent e520a93 commit cff7f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/ShellItemRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ void UpdateLargeTitles()
421421

422422
if (SelectedViewController is UINavigationController navigationController)
423423
{
424-
navigationController.NavigationBar.PrefersLargeTitles = largeTitleDisplayMode != LargeTitleDisplayMode.Never;
424+
navigationController.NavigationBar.PrefersLargeTitles = largeTitleDisplayMode == LargeTitleDisplayMode.Always;
425425
var top = navigationController.TopViewController;
426426
if (top is not null)
427427
{

0 commit comments

Comments
 (0)