Skip to content

Commit 076bb1a

Browse files
committed
Remove useless preview
1 parent cfa5372 commit 076bb1a

File tree

1 file changed

+1
-1
lines changed
  • libraries/textcomposer/impl/src/main/kotlin/io/element/android/libraries/textcomposer

1 file changed

+1
-1
lines changed

libraries/textcomposer/impl/src/main/kotlin/io/element/android/libraries/textcomposer/TextComposer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ internal fun TextComposerReplyNotEncryptedPreview(@PreviewParameter(InReplyToDet
794794
internal fun TextComposerCaptionPreview() = ElementPreview {
795795
val list = aTextEditorStateMarkdownList()
796796
PreviewColumn(
797-
items = (list + aTextEditorStateMarkdown(initialText = "NO_CAPTION", initialFocus = true)).toPersistentList()
797+
items = list,
798798
) { textEditorState ->
799799
ATextComposer(
800800
state = textEditorState,

0 commit comments

Comments
 (0)