We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa5372 commit 076bb1aCopy full SHA for 076bb1a
libraries/textcomposer/impl/src/main/kotlin/io/element/android/libraries/textcomposer/TextComposer.kt
@@ -794,7 +794,7 @@ internal fun TextComposerReplyNotEncryptedPreview(@PreviewParameter(InReplyToDet
794
internal fun TextComposerCaptionPreview() = ElementPreview {
795
val list = aTextEditorStateMarkdownList()
796
PreviewColumn(
797
- items = (list + aTextEditorStateMarkdown(initialText = "NO_CAPTION", initialFocus = true)).toPersistentList()
+ items = list,
798
) { textEditorState ->
799
ATextComposer(
800
state = textEditorState,
0 commit comments