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 e235268c41
commit 554c213efe
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() {