Fix regression: Don't count apps which we don't want to update
这个提交包含在:
父节点
b222887745
当前提交
799be52224
@ -304,7 +304,7 @@ public class UpdateService extends IntentService implements ProgressListener {
|
||||
if (success && changes && prefs.getBoolean(Preferences.PREF_UPD_NOTIFY, false)) {
|
||||
int updateCount = 0;
|
||||
for (App app : appsToUpdate.values()) {
|
||||
if (app.hasUpdates(this)) {
|
||||
if (app.canAndWantToUpdate(this)) {
|
||||
updateCount++;
|
||||
}
|
||||
}
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户