Skip to content

Commit 7af3a02

Browse files
Fixed Test case failure in PR 28486 (#28780)
* Resolved the ScrollView TestFailures in Inflight. * updated ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse ios image * Updated EntryClearButtonColorShouldMatchTextColor mac image
1 parent 0ba3cba commit 7af3a02

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

src/Core/src/Handlers/ScrollView/ScrollViewHandler.iOS.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,7 @@ public static void MapOrientation(IScrollViewHandler handler, IScrollView scroll
8383
return;
8484
}
8585

86-
if (scrollView.Orientation == ScrollOrientation.Neither)
87-
{
88-
platformView.ScrollEnabled = false;
89-
}
90-
else
91-
{
92-
platformView.ScrollEnabled = true;
93-
}
86+
platformView.UpdateIsEnabled(scrollView);
9487
platformView.InvalidateMeasure(scrollView);
9588
}
9689

0 commit comments

Comments
 (0)