Making sure remember does not interfere with translations.

This commit is contained in:
Vitor Pamplona
2023-05-14 22:22:22 -04:00
parent 4a8680e582
commit 32913915ce
2 changed files with 6 additions and 6 deletions
@@ -51,7 +51,7 @@ fun ExpandableRichTextViewer(
minOf(firstSpaceAfterCut, firstNewLineAfterCut)
}
val text by remember {
val text by remember(content) {
derivedStateOf {
if (showFullText) {
content