update resources names to match naming convention & cleanup & start working on themes
This commit is contained in:
parent
0aade598ff
commit
8ced68430d
43 changed files with 878 additions and 853 deletions
|
|
@ -17,7 +17,7 @@ public class App extends Application {
|
|||
super.onCreate();
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
if(prefs.getBoolean(getString(R.string.useTorKey), false)) {
|
||||
if(prefs.getBoolean(getString(R.string.use_tor_key), false)) {
|
||||
OrbotHelper.requestStartTor(this);
|
||||
configureTor(true);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue