diff --git a/app/src/main/java/eu/faircode/email/ContactInfo.java b/app/src/main/java/eu/faircode/email/ContactInfo.java index be7a40e27e..dc4341b2b3 100644 --- a/app/src/main/java/eu/faircode/email/ContactInfo.java +++ b/app/src/main/java/eu/faircode/email/ContactInfo.java @@ -163,7 +163,7 @@ public class ContactInfo { boolean identicon = false; if (info.bitmap == null) { - int dp = Helper.dp2pixels(context, 48); + int dp = Helper.dp2pixels(context, 96); boolean dark = Helper.isDarkTheme(context); boolean generated = prefs.getBoolean("generated_icons", true); if (generated) {