Disable favicon transparent backgrounds

pull/194/merge
M66B 3 years ago
parent 77062ec420
commit 83eddfec1e

@ -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…
Cancel
Save