Make VerificationRequest stable
This commit is contained in:
parent
146c5d4adc
commit
264cf9e1b3
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ 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
|
||||||
|
|
||||||
|
@Immutable
|
||||||
sealed interface VerificationRequest : Parcelable {
|
sealed interface VerificationRequest : Parcelable {
|
||||||
@Immutable
|
@Immutable
|
||||||
sealed interface Outgoing : VerificationRequest {
|
sealed interface Outgoing : VerificationRequest {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue