// // Source code recreated from a .class file by IntelliJ IDEA // (powered by Fernflower decompiler) // package com.gesoftoa.common; import com.android.volley.Response.Listener; import com.gesoftoa.base.BaseApplication; import com.gesoftoa.common.HttpUtils; import com.gesoftoa.common.LogUtils; import com.gesoftoa.common.HttpUtils.MyResponse; import org.json.JSONObject; class HttpUtils$4 implements Listener { HttpUtils$4(HttpUtils this$0, MyResponse var2) { this.this$0 = this$0; this.val$myresponse = var2; } public void onResponse(JSONObject response) { try { if(BaseApplication.isFinishRquests() && HttpUtils.access$000() != null) { HttpUtils.access$000().onFinish(response); } this.val$myresponse.onResponse(response); } catch (Exception var3) { LogUtils.error(var3); } } }