v0.6.1: fixed crashes when trying to first load the catalog

This commit is contained in:
Evan Debenham
2017-07-12 13:09:19 -04:00
parent e486e9896d
commit bb2af77276
@@ -331,6 +331,7 @@ public enum Catalog {
}
//general save/load
if (bundle.contains(CATALOGS)) {
List<String> seen = Arrays.asList(bundle.getStringArray(CATALOGS));
for (Catalog cat : values()) {
@@ -341,5 +342,6 @@ public enum Catalog {
}
}
}
}
}