DeviceVerificationIncomingViewController: 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:51:09 +01:00
parent ca020a7cec
commit d2628b87f6
3 changed files with 11 additions and 2 deletions
@@ -74,6 +74,7 @@ final class DeviceVerificationIncomingViewController: UIViewController {
self.update(theme: self.theme)
self.viewModel.viewDelegate = self
self.viewModel.process(viewAction: .loadData)
}
override func viewDidLayoutSubviews() {