mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 09:01:30 +01: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