Reduces cache for expandable texts.
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ import com.vitorpamplona.amethyst.ui.theme.secondaryButtonBackground
|
|||||||
import com.vitorpamplona.quartz.events.ImmutableListOfLists
|
import com.vitorpamplona.quartz.events.ImmutableListOfLists
|
||||||
|
|
||||||
object ShowFullTextCache {
|
object ShowFullTextCache {
|
||||||
val cache = LruCache<String, Boolean>(20)
|
val cache = LruCache<String, Boolean>(10)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
|
|||||||
Reference in New Issue
Block a user