Reverted mistaken commit

This commit is contained in:
str4d
2014-07-10 00:58:39 +00:00
parent a44cf69abc
commit 51e58b1609

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 (true || mSharedPrefs.getBoolean(PREF_FIRST_START, true)) {
if (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);