We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689f525 commit ae3af22Copy full SHA for ae3af22
src/Core/src/Handlers/FlyoutView/FlyoutViewHandler.Windows.cs
@@ -26,6 +26,9 @@ protected override void ConnectHandler(RootNavigationView platformView)
26
27
void OnLoaded(object sender, RoutedEventArgs e)
28
{
29
+ // Unwire the event to ensure it only fires once
30
+ PlatformView.Loaded -= OnLoaded;
31
+
32
if (VirtualView is not null)
33
34
PlatformView.IsPaneOpen = VirtualView.IsPresented;
0 commit comments