Skip to content

Commit

Permalink
Update ReactHorizontalScrollView.java
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis authored Nov 12, 2022
1 parent c069ae3 commit 2764db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public class ReactHorizontalScrollView extends HorizontalScrollView
private long mLastScrollDispatchTime = 0;
private int mScrollEventThrottle = 0;
private @Nullable View mContentView;
private @Nullable MaintainVisibleScrollPositionHelper mMaintainVisibleContentPositionHelper = null;
private @Nullable MaintainVisibleScrollPositionHelper mMaintainVisibleContentPositionHelper;

private final Rect mTempRect = new Rect();

Expand Down

0 comments on commit 2764db0

Please sign in to comment.