summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT.Phone
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.Phone
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.Phone')
-rw-r--r--Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs b/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs
index b6731ce9..25c4d9ed 100644
--- a/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs
+++ b/Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs
@@ -146,6 +146,8 @@ namespace Xamarin.Forms.Platform.WinRT
return;
_disposed = true;
+
+ PageController?.SendDisappearing();
SetElement(null);
Tracker = null;
}