mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-05-31 09:49:13 +02:00
Fixes the fdroid flavor
This commit is contained in:
parent
2038994613
commit
c796cbd7be
@ -34,6 +34,7 @@ fun TranslatableRichTextViewer(
|
||||
modifier: Modifier = Modifier,
|
||||
tags: ImmutableListOfLists<String>,
|
||||
backgroundColor: MutableState<Color>,
|
||||
id: String,
|
||||
accountViewModel: AccountViewModel,
|
||||
nav: (String) -> Unit,
|
||||
) = ExpandableRichTextViewer(
|
||||
@ -42,6 +43,7 @@ fun TranslatableRichTextViewer(
|
||||
modifier,
|
||||
tags,
|
||||
backgroundColor,
|
||||
id,
|
||||
accountViewModel,
|
||||
nav,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user