mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 07:23:03 +00:00
Disable favicon transparent backgrounds
This commit is contained in:
parent
77062ec420
commit
83eddfec1e
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ public class ContactInfo {
|
|||
try {
|
||||
Favicon favicon = future.get();
|
||||
if (favicon != null) {
|
||||
float lum = ImageHelper.getLuminance(favicon.bitmap);
|
||||
float lum = 0; // ImageHelper.getLuminance(favicon.bitmap);
|
||||
if (lum < MIN_FAVICON_LUMINANCE) {
|
||||
Bitmap bitmap = Bitmap.createBitmap(
|
||||
favicon.bitmap.getWidth(),
|
||||
|
|
Loading…
Reference in a new issue