This commit is contained in:
Juan Ezquerro LLanes 2016-11-29 11:16:35 +01:00
parent dd99f8f0a3
commit 7a941edeee
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class OrbotMainActivity extends AppCompatActivity
private ActionBarDrawerToggle mDrawerToggle;
/* Some tracking bits */
private String torStatus = null; //latest status reported from the tor service
private String torStatus = TorServiceConstants.STATUS_OFF; //latest status reported from the tor service
private Intent lastStatusIntent; // the last ACTION_STATUS Intent received
private SharedPreferences mPrefs = null;