Merge branch 'master' of github.com:theScrabi/NewPipe

This commit is contained in:
chschtsch 2016-01-05 23:12:22 +03:00
commit fd4459e570
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);
}
/**