Increased generated icon size

This commit is contained in:
M66B 2019-10-01 21:12:30 +02:00
parent 0fbf361f52
commit 58dc3f29fe
1 changed files with 1 additions and 1 deletions

View File

@ -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) {