Avoids recreating the EOSE array when changing filters.

This commit is contained in:
Vitor Pamplona
2023-12-14 15:52:52 -05:00
parent 3a76c2a2de
commit ed491f5e3a
2 changed files with 11 additions and 5 deletions
@@ -346,7 +346,7 @@ class UserMetadata {
}
@Stable
data class ImmutableListOfLists<T>(val lists: Array<Array<T>>)
class ImmutableListOfLists<T>(val lists: Array<Array<T>>)
val EmptyTagList = ImmutableListOfLists<String>(emptyArray())