We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bbbf0 commit 3703fedCopy full SHA for 3703fed
1 file changed
app/src/main/java/org/schabi/newpipe/MainActivity.java
@@ -183,7 +183,7 @@ protected void onPostCreate(final Bundle savedInstanceState) {
183
final App app = App.getApp();
184
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(app);
185
186
- if (prefs.getBoolean(app.getString(R.string.update_app_key), true)) {
+ if (prefs.getBoolean(app.getString(R.string.update_app_key), false)) {
187
// Start the worker which is checking all conditions
188
// and eventually searching for a new version.
189
NewVersionWorker.enqueueNewVersionCheckingWork(app, false);
0 commit comments