We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42a0f1 commit b0c819dCopy full SHA for b0c819d
Plugins/iOS/IOSBridge.cs
@@ -92,9 +92,9 @@ public static UIEdgeInsets IOSSafeAreaInsets()
92
return new UIEdgeInsets
93
{
94
top = IOSSafeAreaInsets("top"),
95
- left = IOSSafeAreaInsets("left"),
96
- right = IOSSafeAreaInsets("right"),
97
- bottom = IOSSafeAreaInsets("bottom")
+ left = IOSSafeAreaInsets("left"),
+ right = IOSSafeAreaInsets("right"),
+ bottom = IOSSafeAreaInsets("bottom")
98
};
99
100
}
0 commit comments