Ignore case when sorting saved search chips
This commit is contained in:
parent
9a2af8ac42
commit
c969db8094
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class SourceFilterSheet(
|
||||||
|
|
||||||
chips += chip
|
chips += chip
|
||||||
}
|
}
|
||||||
return chips
|
return chips.sortedBy { it.text.toString().toLowerCase() }
|
||||||
}
|
}
|
||||||
|
|
||||||
fun hideFilterButton() {
|
fun hideFilterButton() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue