Skip to content

Commit

Permalink
Merge pull request #809 from hujinqiang/dev
Browse files Browse the repository at this point in the history
非主线程调用,切换至主线程后,立即返回
  • Loading branch information
Justson authored Jul 13, 2020
2 parents 8aa0376 + c9cc8e5 commit 812c810
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public void run() {
loadUrl(url, headers);
}
});
return;
}
LogUtils.i(TAG, "loadUrl:" + url + " headers:" + headers);
if (headers == null || headers.isEmpty()) {
Expand Down

0 comments on commit 812c810

Please sign in to comment.