feat(join by alias) : format code
This commit is contained in:
parent
13c49f184e
commit
3bb61757ca
15 changed files with 3 additions and 20 deletions
|
|
@ -321,7 +321,7 @@ private fun ContentToPreview() {
|
|||
TextField(
|
||||
onValueChange = {},
|
||||
label = "Label",
|
||||
value = "Hello val=${validity}, en=${enabled.asInt()}, ro=${readonly.asInt()}",
|
||||
value = "Hello val=$validity, en=${enabled.asInt()}, ro=${readonly.asInt()}",
|
||||
supportingText = "Supporting text",
|
||||
validity = validity,
|
||||
enabled = enabled,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
package io.element.android.libraries.matrix.ui.room.address
|
||||
|
||||
import androidx.compose.runtime.Immutable
|
||||
import io.element.android.libraries.designsystem.theme.components.TextFieldValidity
|
||||
|
||||
/**
|
||||
* Represents the validity state of a room address.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue