瀏覽代碼

[컨텐츠][New] 구매 예약 포인트 표시 3

hyodong.min 6 年之前
父節點
當前提交
5bd1a65c0c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/contents/AddingRect.java

+ 2 - 2
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/contents/AddingRect.java

@@ -64,10 +64,10 @@ public class AddingRect {
           /**
            * type == ContentsItemBean.TYPE_ATTRIBUTE_PURCHASE 이면 point 로 그려줌
            */
-          if (ContentsItemBean.TYPE_ATTRIBUTE_PURCHASE.equals(type)) {
+          if (ContentsItemBean.TYPE_ATTRIBUTE_CONTENTS.equals(type)) {
             imageView = getRect(rectBean, parent, width, height, listener);
           }
-          else if (ContentsItemBean.TYPE_ATTRIBUTE_CONTENTS.equals(type)) {
+          else if (ContentsItemBean.TYPE_ATTRIBUTE_PURCHASE.equals(type)) {
             imageView = getPoint(rectBean, parent, width, height, listener);
           }