Skip to content

Commit fc874be

Browse files
authored
fix scroll shake bug
1 parent 53fe7b5 commit fc874be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/rnnestedscrollview/ReactNestedScrollView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public void fling(int velocityY) {
281281
scrollWindowHeight / 2);
282282

283283
postInvalidateOnAnimation();
284-
284+
super.fling(velocityY);
285285
// END FB SCROLLVIEW CHANGE
286286
} else {
287287
super.fling(velocityY);

0 commit comments

Comments
 (0)