set download path on startup

This commit is contained in:
Christian Schabesberger 2016-01-05 21:11:15 +01:00
parent 0aade598ff
commit eb0df2b101
3 changed files with 21 additions and 1 deletions

View file

@ -23,6 +23,10 @@ public class App extends Application {
} else {
configureTor(false);
}
// DO NOT REMOVE THIS FUNCTION!!!
// Otherwise downloadPathPreference has invalid value.
SettingsActivity.initSettings(this);
}
/**