summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.MacOS/PlatformRenderer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.MacOS/PlatformRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.MacOS/PlatformRenderer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.MacOS/PlatformRenderer.cs b/Xamarin.Forms.Platform.MacOS/PlatformRenderer.cs
index c0fcae35..97c44a08 100644
--- a/Xamarin.Forms.Platform.MacOS/PlatformRenderer.cs
+++ b/Xamarin.Forms.Platform.MacOS/PlatformRenderer.cs
@@ -28,6 +28,7 @@ namespace Xamarin.Forms.Platform.MacOS
{
base.ViewDidLayout();
Platform.LayoutSubviews();
+ _platformNavigation?.ModalPageTracker?.LayoutSubviews();
}
public override void ViewWillAppear()