mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
MESSENGER-5271 hide crosssigning information when only one device
This commit is contained in:
+3
@@ -255,6 +255,9 @@ final class KeyVerificationSelfVerifyWaitViewController: UIViewController {
|
||||
|
||||
private func showCrosssigningButton(_ show: Bool) {
|
||||
self.crosssigningButton.isHidden = !show
|
||||
self.informationLabel.isHidden = !show
|
||||
self.desktopClientImageView.isHidden = !show
|
||||
self.mobileClientImageView.isHidden = !show
|
||||
}
|
||||
|
||||
// bwi: show an alert when corsssigning button is pressed. This makes it clearer to the user what to do next
|
||||
|
||||
Reference in New Issue
Block a user