Skip to content

Commit

Permalink
raise cache limit for example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich committed Jul 31, 2024
1 parent 3b55511 commit 0d2366e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ internal fun LottieFilesScreen(
LottieFilesTheme {
DisposableEffect(0) {
val l = Compottie.logger
Compottie.compositionCacheLimit = 20 // page
Compottie.logger = null
onDispose {
Compottie.logger = l
}
Expand Down

0 comments on commit 0d2366e

Please sign in to comment.