if service is null, please start it

This commit is contained in:
Nathan Freitas 2014-07-10 11:04:11 -04:00
parent a447bbf07e
commit f9b38e6379
1 changed files with 1 additions and 0 deletions

View File

@ -985,6 +985,7 @@ public class Orbot extends ActionBarActivity implements TorConstants, OnLongClic
else else
{ {
showAlert(getString(R.string.error),"Tor Service has not started yet. Please wait and try again.",false); showAlert(getString(R.string.error),"Tor Service has not started yet. Please wait and try again.",false);
startService ();
} }