resolved merge conflict
This commit is contained in:
commit
c8d94f541f
43 changed files with 882 additions and 855 deletions
|
|
@ -35,7 +35,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