Commit b7e3102f authored by fallenstardust's avatar fallenstardust

请求失败打印e,不再重复请求

parent 11071451
...@@ -292,7 +292,7 @@ public class HomeFragment extends BaseFragemnt implements OnDuelAssistantListene ...@@ -292,7 +292,7 @@ public class HomeFragment extends BaseFragemnt implements OnDuelAssistantListene
OkhttpUtil.get(URL_YGO233_DATAVER, new Callback() { OkhttpUtil.get(URL_YGO233_DATAVER, new Callback() {
@Override @Override
public void onFailure(Call call, IOException e) { public void onFailure(Call call, IOException e) {
showExNew(); Log.i(BuildConfig.VERSION_NAME, "error" + e);
} }
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment