- Removing outdated version of the FlowRow

- Improving performance of custom emojis
- Improving performance of DropDown menus
This commit is contained in:
Vitor Pamplona
2023-06-02 20:30:49 -04:00
parent 42428c5e0f
commit 05aa12ebac
24 changed files with 541 additions and 407 deletions
@@ -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