mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-01 03:06:52 +01:00
sort quick filter event types alphabetically, like at other places
This commit is contained in:
parent
810442a24e
commit
7e4e3c66a2
@ -38,6 +38,8 @@ class QuickFilterEventTypeAdapter(
|
|||||||
activeKeys.add(eventType.id!!)
|
activeKeys.add(eventType.id!!)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
quickFilterEventTypes.sortBy { it.title.lowercase() }
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun toggleItemSelection(select: Boolean, eventType: EventType, pos: Int) {
|
private fun toggleItemSelection(select: Boolean, eventType: EventType, pos: Int) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user