mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
Revert "[ReactNative] revert "prevent ScrollView content offset from changing during layout""
This commit is contained in:
parent
4b16e4d550
commit
60c8abcc70
@ -461,7 +461,10 @@ RCT_NOT_IMPLEMENTED(-initWithCoder:(NSCoder *)aDecoder)
|
||||
[super layoutSubviews];
|
||||
RCTAssert(self.subviews.count == 1, @"we should only have exactly one subview");
|
||||
RCTAssert([self.subviews lastObject] == _scrollView, @"our only subview should be a scrollview");
|
||||
|
||||
CGPoint originalOffset = _scrollView.contentOffset;
|
||||
_scrollView.frame = self.bounds;
|
||||
_scrollView.contentOffset = originalOffset;
|
||||
|
||||
[RCTView autoAdjustInsetsForView:self
|
||||
withScrollView:_scrollView
|
||||
|
Loading…
x
Reference in New Issue
Block a user