mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
@@ -146,7 +146,7 @@ public class ContactInfo {
|
||||
|
||||
boolean dark = !"light".equals(tv.string);
|
||||
boolean identicons = prefs.getBoolean("identicons", false);
|
||||
if (identicons && BuildConfig.DEBUG)
|
||||
if (identicons)
|
||||
info.bitmap = Identicon.icon(key, dp, 5, dark);
|
||||
else
|
||||
info.bitmap = Identicon.letter(key, dp, dark);
|
||||
|
||||
Reference in New Issue
Block a user