mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Refactoring
This commit is contained in:
@@ -170,9 +170,9 @@ public class ContactInfo {
|
||||
boolean identicons = prefs.getBoolean("identicons", false);
|
||||
if (identicons) {
|
||||
identicon = true;
|
||||
info.bitmap = Identicon.icon(key, dp, 5, dark);
|
||||
info.bitmap = IconHelper.generateIdenticon(key, dp, 5, dark);
|
||||
} else
|
||||
info.bitmap = Identicon.letter(key, dp, dark);
|
||||
info.bitmap = IconHelper.generateLetterIcon(key, dp, dark);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user