As title

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1134
This commit is contained in:
M M Arif 2022-05-15 19:22:23 +02:00
parent 7af62564eb
commit 8d2776666b
1 changed files with 2 additions and 2 deletions

View File

@ -42,12 +42,12 @@ public class PicassoService {
.hostnameVerifier(memorizingTrustManager.wrapHostnameVerifier(HttpsURLConnection.getDefaultHostnameVerifier()));
builder.downloader(new OkHttp3Downloader(okHttpClient.build()));
builder.listener((picasso, uri, exception) -> {
/*builder.listener((picasso, uri, exception) -> {
Log.e("PicassoService", Objects.requireNonNull(uri.toString()));
Log.e("PicassoService", exception.toString());
});
});*/
picasso = builder.memoryCache(new PicassoCache(cachePath, context)).build();