Skip to content

Commit

Permalink
Merge pull request bumptech#854 from luxiaoyu/master
Browse files Browse the repository at this point in the history
fix bug of DiskCacheStrategy.RESOURCE
  • Loading branch information
sjudd committed Dec 31, 2015
2 parents 28859ec + 4c418a5 commit 3557f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public boolean decodeCachedData() {
public static final DiskCacheStrategy RESOURCE = new DiskCacheStrategy() {
@Override
public boolean isDataCacheable(DataSource dataSource) {
return true;
return false;
}

@Override
Expand Down

0 comments on commit 3557f4b

Please sign in to comment.