mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
User verification: Add possibility to present on session detail from UserVerificationCoordinator.
This commit is contained in:
+2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user