Преглед на файлове

[인증][Bug] 디벨로 인증 대기 시간 10초 제거

hyodong.min преди 6 години
родител
ревизия
f28060b37d
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      app/src/main/java/kr/co/zumo/app/lifeplus/view/custom/auth/MobileAuthPresenter.java

+ 0 - 3
app/src/main/java/kr/co/zumo/app/lifeplus/view/custom/auth/MobileAuthPresenter.java

@@ -694,9 +694,6 @@ public class MobileAuthPresenter implements IMobileAuthContract.Presenter {
   private void countRemainTime() {
     disposeRemainRendering();
     int time = 180;
-    if (AppUtil.isDebug()) {
-      time = 10;
-    }
     int finalTime = time;
     remainTimeDisposable =
       Observable.interval(0, 1000, TimeUnit.MILLISECONDS, AndroidSchedulers.mainThread())