Minor changes to LotsaText.java

Now shows "Introduction" screen when the
app is installed for the first time.
This commit is contained in:
Sathyanarayanan Gunasekaran 2011-06-28 09:20:01 +05:30
parent d9e0ede797
commit d7c15dd81b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class LotsaText extends Activity implements TorConstants{
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
boolean wizardScreen1 = prefs.getBoolean("wizardscreen1",false);
boolean wizardScreen1 = prefs.getBoolean("wizardscreen1",true);
if(wizardScreen1)
stepOne();
else