Remove useless preview
This commit is contained in:
parent
98ffec0205
commit
083e4fcbf2
1 changed files with 1 additions and 1 deletions
|
|
@ -794,7 +794,7 @@ internal fun TextComposerReplyNotEncryptedPreview(@PreviewParameter(InReplyToDet
|
||||||
internal fun TextComposerCaptionPreview() = ElementPreview {
|
internal fun TextComposerCaptionPreview() = ElementPreview {
|
||||||
val list = aTextEditorStateMarkdownList()
|
val list = aTextEditorStateMarkdownList()
|
||||||
PreviewColumn(
|
PreviewColumn(
|
||||||
items = (list + aTextEditorStateMarkdown(initialText = "NO_CAPTION", initialFocus = true)).toPersistentList()
|
items = list,
|
||||||
) { textEditorState ->
|
) { textEditorState ->
|
||||||
ATextComposer(
|
ATextComposer(
|
||||||
state = textEditorState,
|
state = textEditorState,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue