|
|
@@ -7,7 +7,6 @@ import kr.co.zumo.app.R;
|
|
|
import kr.co.zumo.app.lifeplus.bean.EventDeliveryBean;
|
|
|
import kr.co.zumo.app.lifeplus.helper.NavigationBar;
|
|
|
import kr.co.zumo.app.lifeplus.supervisor.ScreenID;
|
|
|
-import kr.co.zumo.app.lifeplus.util.StringUtil;
|
|
|
import kr.co.zumo.app.lifeplus.view.DoubleChecker;
|
|
|
import kr.co.zumo.app.lifeplus.view.Event;
|
|
|
import kr.co.zumo.app.lifeplus.view.ToastProvider;
|
|
|
@@ -174,13 +173,14 @@ public class EventDetailSelectPresenter extends EventDetailPresenter<EventDetail
|
|
|
break;
|
|
|
|
|
|
case Event.TAG:
|
|
|
+ //3월 4일 삭제됨
|
|
|
//표지에서 태그 클릭시 태그검색이동
|
|
|
- String tag = model.getEventDetailBean().getTagList().get(index).getTagName();
|
|
|
- tag = StringUtil.toTag(tag);
|
|
|
- if (StringUtil.isFull(tag)) {
|
|
|
- model.setDeliveryPackaging(tag);
|
|
|
- go(ScreenID.SEARCH_RESULT);
|
|
|
- }
|
|
|
+// String tag = model.getEventDetailBean().getTagList().get(index).getTagName();
|
|
|
+// tag = StringUtil.toTag(tag);
|
|
|
+// if (StringUtil.isFull(tag)) {
|
|
|
+// model.setDeliveryPackaging(tag);
|
|
|
+// go(ScreenID.SEARCH_RESULT);
|
|
|
+// }
|
|
|
|
|
|
break;
|
|
|
case Event.ENTRY:
|