Quality...

This commit is contained in:
Benoit Marty
2024-10-10 17:35:59 +02:00
parent 4206078c69
commit 2288b64d0d

View File

@@ -23,6 +23,7 @@ data class VerifySelfSessionState(
@Stable
sealed interface VerificationStep {
data object Loading : VerificationStep
// FIXME canEnterRecoveryKey value is never read.
data class Initial(val canEnterRecoveryKey: Boolean, val isLastDevice: Boolean = false) : VerificationStep
data object Canceled : VerificationStep