DeviceVerificationVerifyViewController: Wait view loading before observing device transaction change and unregister after matching an expected case.

This commit is contained in:
SBiOSoftWhare
2019-12-10 15:45:36 +01:00
parent 5a350302ae
commit e235268c41
3 changed files with 12 additions and 2 deletions
@@ -70,6 +70,7 @@ final class DeviceVerificationVerifyViewController: UIViewController {
self.update(theme: self.theme)
self.viewModel.viewDelegate = self
self.viewModel.process(viewAction: .loadData)
}
override func viewWillAppear(_ animated: Bool) {