Reduces cache for expandable texts.

This commit is contained in:
Vitor Pamplona 2024-04-04 18:06:09 -04:00
parent e159af2cd7
commit 6acfadeb9b

View File

@ -53,7 +53,7 @@ import com.vitorpamplona.amethyst.ui.theme.secondaryButtonBackground
import com.vitorpamplona.quartz.events.ImmutableListOfLists
object ShowFullTextCache {
val cache = LruCache<String, Boolean>(20)
val cache = LruCache<String, Boolean>(10)
}
@Composable