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
|
||||
@Composable
|
||||
internal fun TextComposerCaptionPreview(@PreviewParameter(InReplyToDetailsProvider::class) inReplyToDetails: InReplyToDetails) = ElementPreview {
|
||||
internal fun TextComposerCaptionPreview() = ElementPreview {
|
||||
PreviewColumn(
|
||||
items = aTextEditorStateMarkdownList()
|
||||
) { textEditorState ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue