PREF_UPD_NOTIFY default is true, not false
This commit is contained in:
parent
663a95c7a9
commit
a0b39cd150
@ -333,7 +333,7 @@ public class UpdateService extends IntentService implements ProgressListener {
|
||||
|
||||
notifyContentProviders();
|
||||
|
||||
if (prefs.getBoolean(Preferences.PREF_UPD_NOTIFY, false)) {
|
||||
if (prefs.getBoolean(Preferences.PREF_UPD_NOTIFY, true)) {
|
||||
performUpdateNotification(appsToUpdate.values());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user