summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.MacOS/PlatformRenderer.cs
diff options
context:
space:
mode:
authorMarko B. Ludolph <MarkoBL@users.noreply.github.com>2017-08-15 19:06:07 +0200
committerRui Marinho <me@ruimarinho.net>2017-08-15 18:06:07 +0100
commit71f08bf48a91e3c7f107d5c34c4e3d9d9f5ccd30 (patch)
tree1630ce06d35235dd4fb21a4f3db970a65090b887 /Xamarin.Forms.Platform.MacOS/PlatformRenderer.cs
parent6b9730ee2b09c429c4b7dbc1b2c450938992268c (diff)
downloadxamarin-forms-71f08bf48a91e3c7f107d5c34c4e3d9d9f5ccd30.tar.gz
xamarin-forms-71f08bf48a91e3c7f107d5c34c4e3d9d9f5ccd30.tar.bz2
xamarin-forms-71f08bf48a91e3c7f107d5c34c4e3d9d9f5ccd30.zip
[macOS] ModalPage Resize Fix (#1058)
* [macOS] ModalPage Resize Fix * Added _renderer and _renderer.View null check.
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()