Reduces cache for expandable texts.

pull/824/head
Vitor Pamplona 2024-04-04 18:06:09 -04:00
rodzic e159af2cd7
commit 6acfadeb9b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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