Przeglądaj źródła

Merge branch 'develop' of https://github.com/swict/LifeplusAndroid into develop

Hasemi 6 lat temu
rodzic
commit
085df85f7b

+ 3 - 1
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/event/entry/EventQuestionModel.java

@@ -163,7 +163,9 @@ public class EventQuestionModel extends CoinModel implements IUriListProvider {
       });
     }
     else {
-      onResult(new Event.Builder(Event.ERROR).integer(Event.LOADED_POLICY).string("약관 오류").build());
+      // 약관이 없다면 그대로 진행
+      submitInternal();
+//      onResult(new Event.Builder(Event.ERROR).integer(Event.LOADED_POLICY).string("약관 오류").build());
     }
   }