Swap order of intro pages

This commit is contained in:
str4d
2014-07-09 08:19:16 +00:00
parent 3165316434
commit e7b88ac15e
13 changed files with 4127 additions and 4127 deletions

View File

@@ -192,7 +192,7 @@ public class EmailListActivity extends ActionBarActivity implements
mDrawerLayout.openDrawer(mDrawerOuter);
// If first start, go to introduction and setup wizard
if (mSharedPrefs.getBoolean(PREF_FIRST_START, true)) {
if (true || mSharedPrefs.getBoolean(PREF_FIRST_START, true)) {
mSharedPrefs.edit().putBoolean(PREF_FIRST_START, false).apply();
Intent i = new Intent(EmailListActivity.this, IntroActivity.class);
startActivityForResult(i, SHOW_INTRODUCTION);