Device verification: Improve navigation flow and view states handling.

This commit is contained in:
SBiOSoftWhare
2019-10-23 17:09:58 +02:00
parent 3e4967740b
commit 4d57827363
8 changed files with 54 additions and 17 deletions
@@ -180,6 +180,8 @@ final class DeviceVerificationVerifyViewController: UIViewController {
self.errorPresenter.presentError(from: self, title: "", message: VectorL10n.deviceVerificationCancelledByMe(reason.humanReadable), animated: true) {
self.viewModel.process(viewAction: .cancel)
}
} else {
self.activityPresenter.removeCurrentActivityIndicator(animated: true)
}
}