Device Verification: Verified screen

This commit is contained in:
manuroe
2019-04-15 18:40:04 +02:00
parent ee5cf03d64
commit 7a8ff1e9c3
3 changed files with 19 additions and 3 deletions
@@ -169,7 +169,6 @@ final class DeviceVerificationVerifyViewController: UIViewController {
private func renderVerified() {
self.activityPresenter.removeCurrentActivityIndicator(animated: true)
// TODO
self.continueButtonBackgroundView.isHidden = true
self.waitingPartnerLabel.isHidden = false
}