@@ -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());