Skip to content

Commit a1ad2f8

Browse files
condition compilation removed
1 parent e2e9e2f commit a1ad2f8

File tree

1 file changed

+0
-2
lines changed
  • src/Controls/src/Core/PlatformConfiguration/WindowsSpecific

1 file changed

+0
-2
lines changed

src/Controls/src/Core/PlatformConfiguration/WindowsSpecific/FlyoutPage.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ public static class FlyoutPage
1717

1818
static void OnCollapseStylePropertyChanged(BindableObject bindable, object oldValue, object newValue)
1919
{
20-
#if WINDOWS
2120
if (bindable is Microsoft.Maui.Controls.FlyoutPage flyoutPage && flyoutPage.Handler is not null)
2221
{
2322
flyoutPage.Handler.UpdateValue(nameof(CollapseStyleProperty));
2423
}
25-
#endif
2624
}
2725

2826
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific/FlyoutPage.xml" path="//Member[@MemberName='GetCollapseStyle'][1]/Docs/*" />

0 commit comments

Comments
 (0)