Skip to content

Commit 862345e

Browse files
Define Microsoft.Maui.ILayout
1 parent 0a917b8 commit 862345e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/CommunityToolkit.Maui.Sample/Pages/Behaviors/StatusBarBehaviorPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static bool TryGetModalPageButton(Microsoft.Maui.ILayout layout, [NotNullWhen(tr
5656
button = modalPageButton;
5757
return true;
5858

59-
case ILayout nestedLayout:
59+
case Microsoft.Maui.ILayout nestedLayout:
6060
if (TryGetModalPageButton(nestedLayout, out var modalPageButtonInLayout))
6161
{
6262
button = modalPageButtonInLayout;

0 commit comments

Comments
 (0)