mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Untrusted: refactoring
This commit is contained in:
@@ -1443,7 +1443,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
}
|
||||
}
|
||||
|
||||
String fingerprint = EntityCertificate.getFingerprint(cert);
|
||||
String fingerprint = EntityCertificate.getFingerprintSha256(cert);
|
||||
List<String> emails = EntityCertificate.getEmailAddresses(cert);
|
||||
|
||||
if (emails.size() == 0)
|
||||
|
||||
Reference in New Issue
Block a user