- Removing outdated version of the FlowRow
- Improving performance of custom emojis - Improving performance of DropDown menus
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ fun TranslatableRichTextViewer(
|
||||
content: String,
|
||||
canPreview: Boolean,
|
||||
modifier: Modifier = Modifier,
|
||||
tags: List<List<String>>?,
|
||||
tags: List<List<String>>,
|
||||
backgroundColor: Color,
|
||||
accountViewModel: AccountViewModel,
|
||||
nav: (String) -> Unit
|
||||
|
||||
Reference in New Issue
Block a user