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
@@ -20,6 +20,7 @@ import Foundation
/// DeviceVerificationIncomingViewController view actions exposed to view model
enum DeviceVerificationIncomingViewAction {
case loadData
case accept
case cancel
}