summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.MacOS/PlatformNavigation.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.MacOS/PlatformNavigation.cs')
-rw-r--r--Xamarin.Forms.Platform.MacOS/PlatformNavigation.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.MacOS/PlatformNavigation.cs b/Xamarin.Forms.Platform.MacOS/PlatformNavigation.cs
index 7af8f074..13846b6c 100644
--- a/Xamarin.Forms.Platform.MacOS/PlatformNavigation.cs
+++ b/Xamarin.Forms.Platform.MacOS/PlatformNavigation.cs
@@ -18,6 +18,8 @@ namespace Xamarin.Forms.Platform.MacOS
_animateModals = true;
}
+ public ModalPageTracker ModalPageTracker => _modalTracker;
+
public IReadOnlyList<Page> ModalStack => _modalTracker.ModalStack;
public IReadOnlyList<Page> NavigationStack => new List<Page>();