mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 04:53:22 +02:00
Small improvement
This commit is contained in:
@@ -4931,7 +4931,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
boolean[] usage = ((X509Certificate) pcert).getKeyUsage();
|
||||
boolean root = (usage != null && usage[5]);
|
||||
EntityCertificate record = EntityCertificate.from((X509Certificate) pcert, null);
|
||||
trace.add(record.subject + (root ? " *" : ""));
|
||||
trace.add((root ? "* " : "") + record.subject);
|
||||
}
|
||||
|
||||
args.putStringArrayList("trace", trace);
|
||||
|
||||
Reference in New Issue
Block a user