Skip to content

Commit 7ae88a6

Browse files
Merge branch 'patch-1' of https://github.com/lc1006/react-native-nested-scroll-view into lc1006-patch-1
Fixed #6 Fixed #14 Fixed #16
2 parents aa1c246 + fc874be commit 7ae88a6

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)