Making sure remember does not interfere with translations.
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ fun ExpandableRichTextViewer(
|
||||
minOf(firstSpaceAfterCut, firstNewLineAfterCut)
|
||||
}
|
||||
|
||||
val text by remember {
|
||||
val text by remember(content) {
|
||||
derivedStateOf {
|
||||
if (showFullText) {
|
||||
content
|
||||
|
||||
Reference in New Issue
Block a user