From df832e5eb6aac03c0136b2cef4f6df436a7e9750 Mon Sep 17 00:00:00 2001 From: Maxim <33731962+JustickDM@users.noreply.github.com> Date: Fri, 22 Apr 2022 18:22:10 +0300 Subject: [PATCH] Update NavigationRenderer.cs Fix-15329 --- Xamarin.Forms.Platform.iOS/Renderers/NavigationRenderer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Xamarin.Forms.Platform.iOS/Renderers/NavigationRenderer.cs b/Xamarin.Forms.Platform.iOS/Renderers/NavigationRenderer.cs index eb157212eac..2ec692e8cc0 100644 --- a/Xamarin.Forms.Platform.iOS/Renderers/NavigationRenderer.cs +++ b/Xamarin.Forms.Platform.iOS/Renderers/NavigationRenderer.cs @@ -451,7 +451,8 @@ void HandlePropertyChanged(object sender, PropertyChangedEventArgs e) else if (e.PropertyName == NavigationPage.BarBackgroundColorProperty.PropertyName || e.PropertyName == NavigationPage.BarBackgroundProperty.PropertyName) { - UpdateBarBackground(); + UpdateBarBackground(); + UpdateHideNavigationBarSeparator(); } else if (e.PropertyName == NavigationPage.BarTextColorProperty.PropertyName || e.PropertyName == StatusBarTextColorModeProperty.PropertyName)