Skip to content

Commit e1a8cc0

Browse files
committed
changed the cropbottom value
1 parent a15f12d commit e1a8cc0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-180 Bytes
Loading

src/Controls/tests/TestCases.Shared.Tests/UITest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ but both can happen.
341341
// For iOS, crop the home indicator at the bottom.
342342
int cropFromBottom = _testDevice switch
343343
{
344-
TestDevice.Android => environmentName == "android-notch-36" ? 48 : 125,
344+
TestDevice.Android => environmentName == "android-notch-36" ? 52 : 125,
345345
TestDevice.iOS => 40,
346346
_ => 0,
347347
};

0 commit comments

Comments
 (0)