Skip to content

Commit bf54f1c

Browse files
sammy-SCfacebook-github-bot
authored andcommitted
Back out "Fix default value for scrollView.contentInsetAdjustmentBehavior"
Summary: changelog: [internal] Original commit changeset: 290ae428a720 Original Phabricator Diff: D37881453 (facebook@e98a835) in the original diff I made a mistake. The default value for RN is never, we override it in one of our subclasses. Reviewed By: cortinico Differential Revision: D37884715 fbshipit-source-id: 3c5b5ef5550120034e33ae9047292f38159dea3e
1 parent 191eb62 commit bf54f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactCommon/react/renderer/components/scrollview/ScrollViewProps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ScrollViewProps final : public ViewProps {
6363
bool snapToStart{true};
6464
bool snapToEnd{true};
6565
ContentInsetAdjustmentBehavior contentInsetAdjustmentBehavior{
66-
ContentInsetAdjustmentBehavior::Automatic};
66+
ContentInsetAdjustmentBehavior::Never};
6767
bool scrollToOverflowEnabled{false};
6868

6969
#pragma mark - DebugStringConvertible

0 commit comments

Comments
 (0)