summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT
diff options
context:
space:
mode:
authorPaul DiPietro <pauldipietro@users.noreply.github.com>2016-10-11 11:56:20 -0500
committerSamantha Houts <samantha@teamredwall.com>2016-10-11 09:56:20 -0700
commitd5f4aeb4745e0b1e171275b7311b9e7a8d98d02d (patch)
tree9bd87fd73d90540f80dae84ab30b2d9bd8012a4e /Xamarin.Forms.Platform.WinRT
parent1612cfab7934391efc9b33c91dc413dabfe53fa5 (diff)
downloadxamarin-forms-d5f4aeb4745e0b1e171275b7311b9e7a8d98d02d.tar.gz
xamarin-forms-d5f4aeb4745e0b1e171275b7311b9e7a8d98d02d.tar.bz2
xamarin-forms-d5f4aeb4745e0b1e171275b7311b9e7a8d98d02d.zip
[WinRT] Fix MDP and TabbedPage Appearing/Disappearing (#387)
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT')
-rw-r--r--Xamarin.Forms.Platform.WinRT/MasterDetailPageRenderer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/MasterDetailPageRenderer.cs b/Xamarin.Forms.Platform.WinRT/MasterDetailPageRenderer.cs
index abc614bd..414870cd 100644
--- a/Xamarin.Forms.Platform.WinRT/MasterDetailPageRenderer.cs
+++ b/Xamarin.Forms.Platform.WinRT/MasterDetailPageRenderer.cs
@@ -143,6 +143,7 @@ namespace Xamarin.Forms.Platform.WinRT
_disposed = true;
+ PageController?.SendDisappearing();
SetElement(null);
}