Skip to content

Commit

Permalink
remove duplicate method getContentView
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Feb 24, 2022
1 parent 2977e29 commit 60f7794
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import com.facebook.react.uimanager.FabricViewStateManager;
import com.facebook.react.uimanager.MeasureSpecAssertions;
import com.facebook.react.uimanager.PointerEvents;
import com.facebook.react.uimanager.ReactAccessibilityDelegate;
import com.facebook.react.uimanager.ReactClippingViewGroup;
import com.facebook.react.uimanager.ReactClippingViewGroupHelper;
import com.facebook.react.uimanager.ReactOverflowViewWithInset;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ public ReactScrollView(Context context) {
this(context, null);
}

private View getContentView() {
View contentView = getChildAt(0);
return contentView;
}

public ReactScrollView(Context context, @Nullable FpsListener fpsListener) {
super(context);
mFpsListener = fpsListener;
Expand Down

0 comments on commit 60f7794

Please sign in to comment.