Device Verification: Fix Steve's PR comments

This commit is contained in:
manuroe
2019-04-24 08:18:56 +02:00
parent f797f03194
commit 7748c6b2c8
3 changed files with 13 additions and 13 deletions
@@ -29,12 +29,12 @@ final class DeviceVerificationIncomingViewModel: DeviceVerificationIncomingViewM
// MARK: Public
var userId: String
var userDisplayName: String?
var avatarUrl: String?
var deviceId: String
let userId: String
let userDisplayName: String?
let avatarUrl: String?
let deviceId: String
var mediaManager: MXMediaManager
let mediaManager: MXMediaManager
weak var viewDelegate: DeviceVerificationIncomingViewModelViewDelegate?
weak var coordinatorDelegate: DeviceVerificationIncomingViewModelCoordinatorDelegate?
@@ -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
@@ -30,10 +30,10 @@ final class DeviceVerificationVerifyViewController: UIViewController {
@IBOutlet private weak var titleLabel: UILabel!
@IBOutlet private weak var informationLabel: UILabel!
@IBOutlet weak var decimalLabel: UILabel!
@IBOutlet weak var emojisCollectionView: UICollectionView!
@IBOutlet weak var waitingPartnerLabel: UILabel!
@IBOutlet weak var continueButtonBackgroundView: UIView!
@IBOutlet private weak var decimalLabel: UILabel!
@IBOutlet private weak var emojisCollectionView: UICollectionView!
@IBOutlet private weak var waitingPartnerLabel: UILabel!
@IBOutlet private weak var continueButtonBackgroundView: UIView!
@IBOutlet private weak var continueButton: UIButton!
// MARK: Private