Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jul 12, 2024
1 parent a2b163c commit 5bdc28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/eu/faircode/email/ContactInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ public Favicon call() throws Exception {
public Favicon call() throws Exception {
String parent = UriHelper.getRootDomain(context, domain);
String uri = favicon_uri.replace("{domain}", Uri.encode(parent));
Log.i("MMM uri=" + uri);
Log.i("Favicon uri=" + uri);
Favicon alt = getFavicon(new URL(uri), null, scaleToPixels, context);
alt.type = "uri";
return alt;
Expand Down

0 comments on commit 5bdc28b

Please sign in to comment.