Ignore case when sorting saved search chips

This commit is contained in:
Jobobby04 2020-06-22 18:09:50 -04:00
parent 9a2af8ac42
commit c969db8094

View File

@ -128,7 +128,7 @@ class SourceFilterSheet(
chips += chip
}
return chips
return chips.sortedBy { it.text.toString().toLowerCase() }
}
fun hideFilterButton() {