fixup! chore(deps): update dependency com.facebook:ktfmt to v0.64
This commit is contained in:
@@ -191,6 +191,8 @@ class TagFilterViewModel(
|
||||
isDirty = normalized != initialBlocks
|
||||
}
|
||||
|
||||
private fun List<TagBlock>.normalized(): List<TagBlock> =
|
||||
distinctBy { it.tag }.sortedBy { it.tag }
|
||||
private fun List<TagBlock>.normalized(): List<TagBlock> = distinctBy {
|
||||
it.tag
|
||||
}
|
||||
.sortedBy { it.tag }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user