We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4630c53 + a49ab2b commit f49adfeCopy full SHA for f49adfe
ChatSecure/Classes/View Controllers/KeyManagementViewController.swift
@@ -480,3 +480,23 @@ open class KeyManagementViewController: XLFormViewController {
480
}
481
482
483
+
484
+extension OMEMODevice: XLFormOptionObject {
485
+ public func formDisplayText() -> String {
486
+ return humanReadableFingerprint
487
+ }
488
489
+ public func formValue() -> Any {
490
+ return self
491
492
+}
493
494
+extension OTRFingerprint: XLFormOptionObject {
495
496
+ return (fingerprint as NSData).humanReadableFingerprint()
497
498
499
500
501
502
0 commit comments