mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Increased generated icon size
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user