Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
likai.yang committed Aug 28, 2023
1 parent 0401d62 commit 9d820c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/kevin/testool/MyIntentService.java
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ public boolean execute_step(JSONArray Step, JSONArray waitTime) throws JSONExcep
} else {
response = HttpUtil.postResp(url, data.toString());
}
ToastUtils.showShortByHandler(AppContext.getContext(), response +"");
// ToastUtils.showShortByHandler(AppContext.getContext(), response +"");
break;
}
if (!((JSONObject) value).isNull("video")){
Expand Down

0 comments on commit 9d820c8

Please sign in to comment.