RecoveryKey: add previews to check the visual transformation.
This commit is contained in:
parent
d463b6ba4a
commit
1b39155bef
1 changed files with 4 additions and 2 deletions
|
|
@ -27,9 +27,11 @@ open class RecoveryKeyViewStateProvider : PreviewParameterProvider<RecoveryKeyVi
|
||||||
aRecoveryKeyViewState(recoveryKeyUserStory = it, inProgress = true),
|
aRecoveryKeyViewState(recoveryKeyUserStory = it, inProgress = true),
|
||||||
aRecoveryKeyViewState(recoveryKeyUserStory = it, formattedRecoveryKey = aFormattedRecoveryKey()),
|
aRecoveryKeyViewState(recoveryKeyUserStory = it, formattedRecoveryKey = aFormattedRecoveryKey()),
|
||||||
aRecoveryKeyViewState(recoveryKeyUserStory = it, formattedRecoveryKey = aFormattedRecoveryKey(), inProgress = true),
|
aRecoveryKeyViewState(recoveryKeyUserStory = it, formattedRecoveryKey = aFormattedRecoveryKey(), inProgress = true),
|
||||||
// Add other states here
|
|
||||||
)
|
)
|
||||||
}
|
} + sequenceOf(
|
||||||
|
aRecoveryKeyViewState(recoveryKeyUserStory = RecoveryKeyUserStory.Enter, formattedRecoveryKey = aFormattedRecoveryKey().replace(" ", "")),
|
||||||
|
aRecoveryKeyViewState(recoveryKeyUserStory = RecoveryKeyUserStory.Enter, formattedRecoveryKey = "This is a passphrase with spaces"),
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun aRecoveryKeyViewState(
|
fun aRecoveryKeyViewState(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue