v0.6.1: fixed crashes when trying to first load the catalog
This commit is contained in:
@@ -331,6 +331,7 @@ public enum Catalog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//general save/load
|
//general save/load
|
||||||
|
if (bundle.contains(CATALOGS)) {
|
||||||
List<String> seen = Arrays.asList(bundle.getStringArray(CATALOGS));
|
List<String> seen = Arrays.asList(bundle.getStringArray(CATALOGS));
|
||||||
|
|
||||||
for (Catalog cat : values()) {
|
for (Catalog cat : values()) {
|
||||||
@@ -341,5 +342,6 @@ public enum Catalog {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user