Ignore case when sorting saved search chips
This commit is contained in:
parent
9a2af8ac42
commit
c969db8094
@ -128,7 +128,7 @@ class SourceFilterSheet(
|
||||
|
||||
chips += chip
|
||||
}
|
||||
return chips
|
||||
return chips.sortedBy { it.text.toString().toLowerCase() }
|
||||
}
|
||||
|
||||
fun hideFilterButton() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user