Skip to content

Commit f0d0a32

Browse files
Add change fling note
1 parent a8538ab commit f0d0a32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ public void fling(int velocityY) {
293293
scrollWindowHeight / 2);
294294

295295
ViewCompat.postInvalidateOnAnimation(this);
296+
297+
// RNNestedScrollView CHANGE
298+
// Fixed fling issue on support library 26 (see issue https://github.com/cesardeazevedo/react-native-nested-scroll-view/issues/16)
296299
super.fling(velocityY);
297300
// END FB SCROLLVIEW CHANGE
298301
} else {

0 commit comments

Comments
 (0)