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);
|
||||
upapk.updated = true;
|
||||
app.apks.add(upapk);
|
||||
if(!app.hasUpdates)
|
||||
if(!app.hasUpdates && app.installedVersion != null)
|
||||
updateNewUpdates++;
|
||||
app.hasUpdates = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user