mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
BIMI: added unverified logging
This commit is contained in:
parent
82c64f3171
commit
fef76265be
1 changed files with 3 additions and 0 deletions
|
@ -366,6 +366,9 @@ public class Bimi {
|
|||
}
|
||||
}
|
||||
|
||||
if (bitmap != null && !verified)
|
||||
Log.i("BIMI unverified");
|
||||
|
||||
return (bitmap == null ? null : new Pair<>(bitmap, verified));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue