浏览代码

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

hyodong.min 7 年之前
父节点
当前提交
2ca003cf85

+ 1 - 1
app/src/main/java/kr/co/zumo/app/lifeplus/view/presenter/tutorial/TutorialPresenter.java

@@ -69,7 +69,7 @@ public class TutorialPresenter extends Presenter<ITutorialView> {
 
   @Override
   public void exitByBackKey() {
-
+    exitTo(ScreenID.MAIN);
   }