Make Outgoing stable
This commit is contained in:
parent
f0cfe6a777
commit
2d9b034940
1 changed files with 2 additions and 0 deletions
|
|
@ -8,10 +8,12 @@
|
||||||
package io.element.android.libraries.matrix.api.verification
|
package io.element.android.libraries.matrix.api.verification
|
||||||
|
|
||||||
import android.os.Parcelable
|
import android.os.Parcelable
|
||||||
|
import androidx.compose.runtime.Immutable
|
||||||
import io.element.android.libraries.matrix.api.core.UserId
|
import io.element.android.libraries.matrix.api.core.UserId
|
||||||
import kotlinx.parcelize.Parcelize
|
import kotlinx.parcelize.Parcelize
|
||||||
|
|
||||||
sealed interface VerificationRequest : Parcelable {
|
sealed interface VerificationRequest : Parcelable {
|
||||||
|
@Immutable
|
||||||
sealed interface Outgoing : VerificationRequest {
|
sealed interface Outgoing : VerificationRequest {
|
||||||
@Parcelize
|
@Parcelize
|
||||||
data object CurrentSession : Outgoing
|
data object CurrentSession : Outgoing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue