|
|
@@ -19,7 +19,6 @@ 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
|
|
|
@@ -212,6 +211,7 @@ public class CustomListicleImageView extends ConstraintLayout {
|
|
|
recyclerView.setAdapter(adapter);
|
|
|
recyclerView.addOnItemTouchListener(touchEventListener);
|
|
|
recyclerView.addOnScrollListener(scrollEventListener);
|
|
|
+ recyclerView.scrollToPosition(contentsLength * 10000);
|
|
|
}
|
|
|
|
|
|
public void dispose() {
|