resolved merge conflict

This commit is contained in:
Christian Schabesberger 2016-01-05 21:50:25 +01:00
commit c8d94f541f
43 changed files with 882 additions and 855 deletions

View file

@ -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 {