User verification: Add possibility to present on session detail from UserVerificationCoordinator.

This commit is contained in:
SBiOSoftWhare
2020-01-31 17:46:03 +01:00
parent 14c2549481
commit 45779b0d7c
3 changed files with 48 additions and 5 deletions
@@ -147,6 +147,8 @@ final class UserVerificationSessionStatusViewController: UIViewController {
let badgeImage: UIImage
let title: String
self.untrustedSessionContainerView.isHidden = viewData.isDeviceTrusted
if viewData.isDeviceTrusted {
badgeImage = Asset.Images.encryptionTrusted.image
title = "Trusted"