|
|
@@ -86,6 +86,8 @@ public class CustomListicleImageView extends ConstraintLayout {
|
|
|
int action = e.getAction();
|
|
|
switch (action) {
|
|
|
case MotionEvent.ACTION_MOVE:
|
|
|
+ case MotionEvent.ACTION_DOWN:
|
|
|
+ case MotionEvent.ACTION_UP:
|
|
|
rv.getParent().requestDisallowInterceptTouchEvent(true);
|
|
|
break;
|
|
|
default:
|