mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 02:45:31 +01:00
BIMI: added unverified logging
This commit is contained in:
@@ -366,6 +366,9 @@ public class Bimi {
|
||||
}
|
||||
}
|
||||
|
||||
if (bitmap != null && !verified)
|
||||
Log.i("BIMI unverified");
|
||||
|
||||
return (bitmap == null ? null : new Pair<>(bitmap, verified));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user