increase cache size & dont cache full size media (#710)

This commit is contained in:
Konrad Pozniak 2018-07-14 17:12:57 +02:00 committed by GitHub
commit aa5eb9f99a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -209,6 +209,7 @@ public final class ViewMediaFragment extends BaseFragment {
Picasso.with(getContext())
.load(url)
.noPlaceholder()
.networkPolicy(NetworkPolicy.NO_STORE)
.into(photoView, new Callback() {
@Override
public void onSuccess() {