|
|
@@ -19,6 +19,7 @@ import kr.co.zumo.app.R;
|
|
|
import kr.co.zumo.app.lifeplus.bean.api.ContentsDetailImageBean;
|
|
|
import kr.co.zumo.app.lifeplus.util.StringUtil;
|
|
|
import kr.co.zumo.app.lifeplus.view.IEventListener;
|
|
|
+import retrofit2.http.HEAD;
|
|
|
|
|
|
/**
|
|
|
* CustomListicleImageView
|
|
|
@@ -136,10 +137,12 @@ public class CustomListicleImageView extends ConstraintLayout {
|
|
|
case MotionEvent.ACTION_DOWN:
|
|
|
case MotionEvent.ACTION_UP:
|
|
|
case MotionEvent.ACTION_MOVE:
|
|
|
+
|
|
|
+ boolean intercept = true;
|
|
|
/**
|
|
|
- * index 가 0 일 때 좌-> 우 드래그 시 false, index 가 끝일 때 좌<-우 드래그 시 false
|
|
|
+ * index 가 0 일 때 좌-> 우 드래그 시 false, index 가 끝일 때 좌<-우 드래그 시 false => 미사용
|
|
|
*/
|
|
|
- boolean intercept = true;
|
|
|
+
|
|
|
// if (currentIndex == 0) {
|
|
|
// if (direction.equals(DIRECTION_LEFT)) {
|
|
|
// intercept = false;
|