You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(android): fix scroll view's layout resizing with children (#11327)
* fix(android): fix scroll view's layout resizing with children
prevent ScrollView's layout to stretch out of bounds depending on the scroll type and the childrens
position when contentHeight\Width is not defined
* fix(android): add one more condition for dimension clipping
clip the dimensions only when they are more than the parent's one
0 commit comments