- Adds a button to create community posts from the Community screen

- Adds a reference to the reply/community in the new post screen.
This commit is contained in:
Vitor Pamplona
2023-07-06 10:57:41 -04:00
parent eff21c4f8f
commit b10f268e69
7 changed files with 104 additions and 13 deletions
@@ -60,7 +60,7 @@ fun TranslatableRichTextViewer(
accountViewModel: AccountViewModel,
nav: (String) -> Unit
) {
var translatedTextState by remember {
var translatedTextState by remember(content) {
mutableStateOf(TranslationConfig(content, null, null, false))
}