Calls new wizard onResume

This commit is contained in:
Sathyanarayanan Gunasekaran 2011-06-11 03:45:32 +05:30
parent 4ec2d48375
commit 457bd78a46
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ public class Orbot extends Activity implements OnLongClickListener, TorConstants
pEdit.commit();
new WizardHelper(this).showWizard();
startActivityForResult(new Intent(getBaseContext(), LotsaText.class), 1);
}