Merge branch 'master' into improvement/16/manage-single-repo
This commit is contained in:
commit
135ec1f0ff
2
extern/Universal-Image-Loader
vendored
2
extern/Universal-Image-Loader
vendored
@ -1 +1 @@
|
||||
Subproject commit 66042fe4a38d5e96030144546290ba0404d24e28
|
||||
Subproject commit 2a8a184d40b16756fd80edc342550bb2335d6461
|
@ -1008,6 +1008,10 @@ public class DB {
|
||||
while (!c.isAfterLast()) {
|
||||
String id = c.getString(0);
|
||||
App app = apps.get(id);
|
||||
if (app == null) {
|
||||
c.moveToNext();
|
||||
continue;
|
||||
}
|
||||
boolean compatible = c.getInt(10) == 1;
|
||||
int repoid = c.getInt(11);
|
||||
if (compatible || incompatibleVersions) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user