Minor changes to LotsaText.java
Now shows "Introduction" screen when the app is installed for the first time.
This commit is contained in:
parent
d9e0ede797
commit
d7c15dd81b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue