[tor-commits] [orbot/master] Minor changes to LotsaText.java

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Oct 28 15:28:27 UTC 2011


commit d7c15dd81bead96956cd5164c287c2729b60f409
Author: Sathyanarayanan Gunasekaran <gsathya.ceg at gmail.com>
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





More information about the tor-commits mailing list