Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 12e686d

Browse files
AndreiMisiukevichjfversluis
authored andcommitted
Fixes #859 (#864)
Co-authored-by: Gerald Versluis <[email protected]>
1 parent ae9436c commit 12e686d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit/Xamarin.CommunityToolkit/Views/SideMenuView/SideMenuView.shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ void SetActiveView(bool isLeft)
428428
Control.Children.IndexOf(inactiveMenu) < Control.Children.IndexOf(activeMenu))
429429
return;
430430

431-
LowerChild(inactiveMenu);
431+
Control.LowerChild(inactiveMenu);
432432
}
433433

434434
bool CheckMenuGestureEnabled(SideMenuState state)

0 commit comments

Comments
 (0)