mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Increased favicon size
This commit is contained in:
@@ -317,7 +317,7 @@ public class ContactInfo {
|
||||
else
|
||||
info.bitmap = BitmapFactory.decodeFile(file.getAbsolutePath());
|
||||
else {
|
||||
final int scaleToPixels = Helper.dp2pixels(context, 48);
|
||||
final int scaleToPixels = Helper.dp2pixels(context, 64);
|
||||
final URL base = new URL("https://" + domain);
|
||||
final URL www = new URL("https://www." + domain);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user