diff --git a/src/Controls/src/Core/Compatibility/Handlers/Shell/Android/ShellFlyoutRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/Shell/Android/ShellFlyoutRenderer.cs index a50886de1f60..b08347bc387e 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/Shell/Android/ShellFlyoutRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/Shell/Android/ShellFlyoutRenderer.cs @@ -11,8 +11,8 @@ using Microsoft.Maui.Graphics; using AView = Android.Views.View; using Color = Microsoft.Maui.Graphics.Color; -using LP = Android.Views.ViewGroup.LayoutParams; using LD = Android.Views.LayoutDirection; +using LP = Android.Views.ViewGroup.LayoutParams; using Paint = Android.Graphics.Paint; namespace Microsoft.Maui.Controls.Platform.Compatibility @@ -275,7 +275,7 @@ protected virtual void OnShellPropertyChanged(object sender, PropertyChangedEven UpdateDrawerState(); } - else if(e.PropertyName == Shell.FlowDirectionProperty.PropertyName) + else if (e.PropertyName == Shell.FlowDirectionProperty.PropertyName) { UpdateFlowDirection(); }