Skip to content

Commit e6d12a8

Browse files
authored
Update src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/ShellSectionRenderer.cs
1 parent 1b5e678 commit e6d12a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,9 @@ public override void PushViewController(UIViewController viewController, bool an
593593
tabBarController.MoreNavigationController.PushViewController(viewController, animated);
594594
}
595595
else
596+
{
596597
base.PushViewController(viewController, animated);
598+
}
597599
}
598600

599601
public override UIViewController PopViewController(bool animated)

0 commit comments

Comments
 (0)