Avoids recreating the EOSE array when changing filters.
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user