mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Device Verification: Fix Steve's PR comments
This commit is contained in:
@@ -30,11 +30,11 @@ final class DeviceVerificationStartViewController: UIViewController {
|
||||
|
||||
@IBOutlet private weak var titleLabel: UILabel!
|
||||
@IBOutlet private weak var informationLabel: UILabel!
|
||||
@IBOutlet weak var waitingPartnerLabel: UILabel!
|
||||
@IBOutlet weak var useLegacyVerificationLabel: UILabel!
|
||||
@IBOutlet weak var verifyButtonBackgroundView: UIView!
|
||||
@IBOutlet private weak var waitingPartnerLabel: UILabel!
|
||||
@IBOutlet private weak var useLegacyVerificationLabel: UILabel!
|
||||
@IBOutlet private weak var verifyButtonBackgroundView: UIView!
|
||||
@IBOutlet private weak var verifyButton: UIButton!
|
||||
@IBOutlet weak var useLegacyVerificationButton: UIButton!
|
||||
@IBOutlet private weak var useLegacyVerificationButton: UIButton!
|
||||
|
||||
// MARK: Private
|
||||
|
||||
|
||||
Reference in New Issue
Block a user