Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeasonlzy committed Sep 9, 2016
1 parent 18bd702 commit 482f879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void onClick(View v) {
downloadInfo = downloadManager.getDownloadInfo(apk.getUrl());
if (v.getId() == download.getId()) {
if (downloadInfo == null) {
GetRequest request = OkHttpUtils.get(downloadInfo.getUrl())//
GetRequest request = OkHttpUtils.get(apk.getUrl())//
.headers("headerKey1", "headerValue1")//
.headers("headerKey2", "headerValue2")//
.params("paramKey1", "paramValue1")//
Expand Down

0 comments on commit 482f879

Please sign in to comment.