Skip to content

Commit a8538ab

Browse files
Merge branch 'lc1006-patch-1'
2 parents aa1c246 + 7ae88a6 commit a8538ab

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
@@ -293,7 +293,7 @@ public void fling(int velocityY) {
293293
scrollWindowHeight / 2);
294294

295295
ViewCompat.postInvalidateOnAnimation(this);
296-
296+
super.fling(velocityY);
297297
// END FB SCROLLVIEW CHANGE
298298
} else {
299299
super.fling(velocityY);

0 commit comments

Comments
 (0)