Key verification: Add new state for complete security flow.

This commit is contained in:
SBiOSoftWhare
2020-04-23 11:55:19 +02:00
parent dbbe0f39bf
commit 6e4d31d6de
9 changed files with 29 additions and 17 deletions
@@ -21,6 +21,6 @@ import Foundation
/// KeyVerificationSelfVerifyWaitViewController view state
enum KeyVerificationSelfVerifyWaitViewState {
case loading
case loaded
case loaded(_ isNewSignIn: Bool)
case error(Error)
}