Also check for null versionName when refreshing apps
This commit is contained in:
parent
eabf9cd654
commit
0624189905
@ -898,6 +898,8 @@ public class DB {
|
||||
|
||||
if (installed != null) {
|
||||
app.installedVersion = installed.versionName;
|
||||
if (app.installedVersion == null)
|
||||
app.installedVersion = "null";
|
||||
app.installedVerCode = installed.versionCode;
|
||||
} else {
|
||||
app.installedVersion = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user