- 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:
+1
-1
@@ -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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user