Fix multiple previews issue.
This commit is contained in:
parent
19c56cdbe3
commit
b8afe8afa5
1 changed files with 24 additions and 24 deletions
|
|
@ -600,7 +600,7 @@ internal fun TextComposerReplyPreview(@PreviewParameter(InReplyToDetailsProvider
|
||||||
|
|
||||||
@PreviewsDayNight
|
@PreviewsDayNight
|
||||||
@Composable
|
@Composable
|
||||||
internal fun TextComposerCaptionPreview(@PreviewParameter(InReplyToDetailsProvider::class) inReplyToDetails: InReplyToDetails) = ElementPreview {
|
internal fun TextComposerCaptionPreview() = ElementPreview {
|
||||||
PreviewColumn(
|
PreviewColumn(
|
||||||
items = aTextEditorStateMarkdownList()
|
items = aTextEditorStateMarkdownList()
|
||||||
) { textEditorState ->
|
) { textEditorState ->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue