Fixes the fdroid flavor
This commit is contained in:
+2
@@ -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,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user