ソースを参照

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);
   }