Removing option "ONCE"

This commit is contained in:
anonTree1417
2020-04-01 18:39:39 +02:00
parent 4217db3e31
commit faaa4db88b
4 changed files with 10 additions and 18 deletions

View File

@@ -39,7 +39,7 @@ public class PicassoService {
builder.downloader(new OkHttp3Downloader(okHttpClient.build()));
builder.listener((picasso, uri, exception) -> {
Log.e("PicassoService", Objects.requireNonNull(uri.toString())); // important!!
//Log.e("PicassoService", Objects.requireNonNull(uri.toString()));
Log.e("PicassoService", exception.toString());
});