We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e9e2f commit a1ad2f8Copy full SHA for a1ad2f8
src/Controls/src/Core/PlatformConfiguration/WindowsSpecific/FlyoutPage.cs
@@ -17,12 +17,10 @@ public static class FlyoutPage
17
18
static void OnCollapseStylePropertyChanged(BindableObject bindable, object oldValue, object newValue)
19
{
20
-#if WINDOWS
21
if (bindable is Microsoft.Maui.Controls.FlyoutPage flyoutPage && flyoutPage.Handler is not null)
22
23
flyoutPage.Handler.UpdateValue(nameof(CollapseStyleProperty));
24
}
25
-#endif
26
27
28
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific/FlyoutPage.xml" path="//Member[@MemberName='GetCollapseStyle'][1]/Docs/*" />
0 commit comments