mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
sort quick filter event types alphabetically, like at other places
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user