if service is null, please start it
This commit is contained in:
parent
a447bbf07e
commit
f9b38e6379
|
@ -985,6 +985,7 @@ public class Orbot extends ActionBarActivity implements TorConstants, OnLongClic
|
|||
else
|
||||
{
|
||||
showAlert(getString(R.string.error),"Tor Service has not started yet. Please wait and try again.",false);
|
||||
startService ();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue