Skip to content

Commit

Permalink
Merge pull request #21 from ChasonChen/master
Browse files Browse the repository at this point in the history
Bugs in CacheHelper
  • Loading branch information
qluan authored Dec 1, 2016
2 parents 60303ac + 38c6696 commit ba69aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public CacheEntry findHtmlCache(String url) {
if (TextUtils.isEmpty(url)) {
return null;
}
url = Uri.parse(url).buildUpon().clearQuery().build().toString();
// url = Uri.parse(url).buildUpon().clearQuery().build().toString();
if (!checkUrl(url)) {
return null;
}
Expand Down

0 comments on commit ba69aa9

Please sign in to comment.