Device Verification: Verified screen

This commit is contained in:
manuroe
2019-04-15 18:40:04 +02:00
parent 42879dfa3b
commit c154da2157
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
}