[tor-commits] [orbot/master] updated wizard to always show	recommended apps
    n8fr8 at torproject.org 
    n8fr8 at torproject.org
       
    Mon Oct 22 12:26:04 UTC 2012
    
    
  
commit 187b8e26436cb461c396c8d05145aa08884e98c3
Author: n8fr8 <nathan at freitas.net>
Date:   Mon Oct 22 17:43:34 2012 +0530
    updated wizard to always show recommended apps
---
 .../android/wizard/ConfigureTransProxy.java        |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/org/torproject/android/wizard/ConfigureTransProxy.java b/src/org/torproject/android/wizard/ConfigureTransProxy.java
index 79cb477..49aa2e3 100644
--- a/src/org/torproject/android/wizard/ConfigureTransProxy.java
+++ b/src/org/torproject/android/wizard/ConfigureTransProxy.java
@@ -127,7 +127,8 @@ public class ConfigureTransProxy extends Activity implements TorConstants {
 				
 				public void onClick(View v) {
 					
-						showWizardFinal();
+					startActivityForResult(new Intent(getBaseContext(), TipsAndTricks.class), 1);
+
 				}
 			});
 		    
@@ -196,6 +197,7 @@ public class ConfigureTransProxy extends Activity implements TorConstants {
 	       
 	}
 	
+	/*
 	private void showWizardFinal ()
 	{
 		String title = null;
@@ -224,7 +226,7 @@ public class ConfigureTransProxy extends Activity implements TorConstants {
 	
 				
 		
-	}
+	}*/
 
 	@Override
 	protected void onRestoreInstanceState(Bundle savedInstanceState) {
    
    
More information about the tor-commits
mailing list