|
|
@@ -356,10 +356,6 @@ public class MobileAuthPresenter implements IMobileAuthContract.Presenter {
|
|
|
else {
|
|
|
// 실패
|
|
|
countFailWithPopup();
|
|
|
-
|
|
|
- // fixme 일단 무조건 성공
|
|
|
-// LifeplusAPIBean bean = new LifeplusAPIBean(LifeplusAPIBean.RETURN_SUCCESS, "");
|
|
|
-// doSomeWhenConfirmSuccess(bean);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -367,10 +363,6 @@ public class MobileAuthPresenter implements IMobileAuthContract.Presenter {
|
|
|
public void onApiError(String errorMessage) {
|
|
|
// 실패
|
|
|
countFailWithPopup();
|
|
|
-
|
|
|
- // fixme 일단 무조건 성공
|
|
|
-// LifeplusAPIBean bean = new LifeplusAPIBean(LifeplusAPIBean.RETURN_SUCCESS, "");
|
|
|
-// doSomeWhenConfirmSuccess(bean);
|
|
|
}
|
|
|
})
|
|
|
);
|