mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
toggle Manage Event Types divider visibility properly
This commit is contained in:
@@ -38,6 +38,8 @@ class SelectEventTypeDialog(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
view.dialog_radio_divider.beVisibleIf(showManageEventTypes)
|
||||||
|
|
||||||
activity.eventsHelper.getEventTypes(activity, showOnlyWritable) {
|
activity.eventsHelper.getEventTypes(activity, showOnlyWritable) {
|
||||||
eventTypes = it
|
eventTypes = it
|
||||||
activity.runOnUiThread {
|
activity.runOnUiThread {
|
||||||
|
Reference in New Issue
Block a user