Don't notify updates of applications that aren't installed
This commit is contained in:
parent
d6c4402356
commit
589147d591
@ -485,7 +485,7 @@ public class DB {
|
|||||||
updateApkIfDifferent(null, upapk);
|
updateApkIfDifferent(null, upapk);
|
||||||
upapk.updated = true;
|
upapk.updated = true;
|
||||||
app.apks.add(upapk);
|
app.apks.add(upapk);
|
||||||
if(!app.hasUpdates)
|
if(!app.hasUpdates && app.installedVersion != null)
|
||||||
updateNewUpdates++;
|
updateNewUpdates++;
|
||||||
app.hasUpdates = true;
|
app.hasUpdates = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user