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