We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03970e2 commit 4e1c834Copy full SHA for 4e1c834
1 file changed
README.md
@@ -59,7 +59,7 @@ mNestedTouchScrollingLayout.registerNestScrollChildCallback(new NestedTouchScrol
59
60
// 当前 Layout 偏移距离
61
@Override
62
- public void onNestChildScrollChange(float deltaY) {
+ public void onNestChildScrollChange(float deltaY, float velocityY) {
63
64
}
65
@@ -111,7 +111,7 @@ mNestedTouchScrollingLayout.setSheetDirection(NestedTouchScrollingLayout.SheetDi
111
112
mNestedTouchScrollingLayout.registerNestScrollChildCallback(new NestedTouchScrollingLayout.INestChildScrollChange() {
113
114
115
116
117
0 commit comments