Cleanup code.
This commit is contained in:
parent
20bac66dd4
commit
53e55b690e
2 changed files with 16 additions and 15 deletions
|
|
@ -32,3 +32,5 @@ enum class IdentityState {
|
|||
*/
|
||||
VerificationViolation,
|
||||
}
|
||||
|
||||
fun IdentityState.isAViolation() = this == IdentityState.PinViolation || this == IdentityState.VerificationViolation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue