We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306e5a4 commit fe31273Copy full SHA for fe31273
src/main/java/com/reandroid/dex/dexopt/ProfileMetadata.java
@@ -77,7 +77,7 @@ public JSONObject toJson() {
77
@Override
78
public void fromJson(JSONObject json) {
79
name().set(json.getString("name"));
80
- classList().fromJson(json.getJSONArray("classes"));
+ classList().fromJson(json.optJSONArray("classes"));
81
setInitialized(true);
82
}
83
0 commit comments