MatrixHomeServerDetails does not need to be Parcelable
This commit is contained in:
parent
04584412f9
commit
47f7eeff07
1 changed files with 1 additions and 5 deletions
|
|
@ -7,12 +7,8 @@
|
|||
|
||||
package io.element.android.libraries.matrix.api.auth
|
||||
|
||||
import android.os.Parcelable
|
||||
import kotlinx.parcelize.Parcelize
|
||||
|
||||
@Parcelize
|
||||
data class MatrixHomeServerDetails(
|
||||
val url: String,
|
||||
val supportsPasswordLogin: Boolean,
|
||||
val supportsOidcLogin: Boolean,
|
||||
) : Parcelable
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue