[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] Minor changes to LotsaText.java
commit d7c15dd81bead96956cd5164c287c2729b60f409
Author: Sathyanarayanan Gunasekaran <gsathya.ceg@xxxxxxxxx>
Date: Tue Jun 28 09:20:01 2011 +0530
Minor changes to LotsaText.java
Now shows "Introduction" screen when the
app is installed for the first time.
---
src/org/torproject/android/LotsaText.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/org/torproject/android/LotsaText.java b/src/org/torproject/android/LotsaText.java
index 9f845db..1b0656b 100644
--- a/src/org/torproject/android/LotsaText.java
+++ b/src/org/torproject/android/LotsaText.java
@@ -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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits