pull/123/head
FongMi 3 years ago
parent d21b775893
commit bc0c1811ff
  1. 2
      app/src/main/java/com/fongmi/android/tv/bean/Result.java

@ -72,7 +72,7 @@ public class Result {
}
public static Result fromObject(JSONObject object) {
return objectFrom(object.toString());
return object == null ? empty() : objectFrom(object.toString());
}
public static Result objectFrom(String str) {

Loading…
Cancel
Save