|
|
@@ -39,7 +39,7 @@ public class ScreenStarter {
|
|
|
|
|
|
public static final int START_FROM_MAIN = 0;
|
|
|
public static final int START_FROM_NETWORK_ERROR = 1;
|
|
|
- public static final int START_FROM_PERMISSION_INFO = 2;
|
|
|
+ //public static final int START_FROM_PERMISSION_INFO = 2;
|
|
|
public static final int START_FROM_ON_BOARDING = 3;
|
|
|
public static final int START_FROM_MEMBER_BLOCK = 4;
|
|
|
public static final int START_FROM_MEMBER_REST = 5;
|
|
|
@@ -79,9 +79,9 @@ public class ScreenStarter {
|
|
|
*/
|
|
|
login(userId);
|
|
|
}
|
|
|
- else if (preferences.isPermissionInfoDone() == false) {
|
|
|
- gotoScreen(START_FROM_PERMISSION_INFO);
|
|
|
- }
|
|
|
+// else if (preferences.isPermissionInfoDone() == false) {
|
|
|
+// gotoScreen(START_FROM_PERMISSION_INFO);
|
|
|
+// }
|
|
|
else if (preferences.isTutorialDone() == false) {
|
|
|
gotoScreen(START_FROM_ON_BOARDING);
|
|
|
}
|