瀏覽代碼

[컨텐츠][Bug] 상세 배너 터치 이벤트 인터셉트 추가: 다운/업

hyodong.min 7 年之前
父節點
當前提交
37a9cdb0e8

+ 2 - 0
app/src/main/java/kr/co/zumo/app/lifeplus/view/custom/contents/CustomListicleImageView.java

@@ -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: