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) {
|
if (installed != null) {
|
||||||
app.installedVersion = installed.versionName;
|
app.installedVersion = installed.versionName;
|
||||||
|
if (app.installedVersion == null)
|
||||||
|
app.installedVersion = "null";
|
||||||
app.installedVerCode = installed.versionCode;
|
app.installedVerCode = installed.versionCode;
|
||||||
} else {
|
} else {
|
||||||
app.installedVersion = null;
|
app.installedVersion = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user