浏览代码

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

hyodong.min 7 年之前
父节点
当前提交
705624310e
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/setting/SettingPresenter.java

+ 4 - 0
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/setting/SettingPresenter.java

@@ -200,6 +200,10 @@ public class SettingPresenter extends Presenter<SettingModel, ISettingView> {
                         // 핀 불일치
                         showErrorDialog(R.string.pin_miss_match_error);
                         break;
+                      case Event.RESET:
+                        dialog.dispose();
+                        go(ScreenID.PIN_RESET_AUTH);
+                        break;
                       case Event.HELP:
                         // 이메일 문의
                         onCommand(new EmailSendingCommand(ResourceUtil.getString(R.string.lifeplus_email)));