Skip to content

Commit f20a450

Browse files
reverting this change.
1 parent d5d1218 commit f20a450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maui/src/Popup/Helpers/PopupExtension/PopupExtension.Android.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ internal static int GetScreenWidth()
150150

151151
int leftInsets = 0;
152152
#if NET10_0
153-
// In .NET 10, the root view’s width in landscape includes the navidation bar, so subtract the left window inset from the root view width to get the usable content width.
153+
// In .NET 10, the root view’s width in landscape includes the navigation bar, so subtract the left window inset from the root view width to get the usable content width.
154154
leftInsets = PopupExtension.GetWindowInsets("Left");
155155
#endif
156156
return (int)Math.Round((platformRootView!.Width - leftInsets) / WindowOverlayHelper._density);

0 commit comments

Comments
 (0)