updated wizard to always show recommended apps

This commit is contained in:
n8fr8 2012-10-22 17:43:34 +05:30
parent 7581f10f0f
commit 187b8e2643
1 changed files with 4 additions and 2 deletions

View File

@ -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) {