toggle Manage Event Types divider visibility properly

This commit is contained in:
tibbi 2023-01-15 12:26:43 +01:00
parent a48de5fc09
commit b53dfb2df4

View File

@ -38,6 +38,8 @@ class SelectEventTypeDialog(
}
}
view.dialog_radio_divider.beVisibleIf(showManageEventTypes)
activity.eventsHelper.getEventTypes(activity, showOnlyWritable) {
eventTypes = it
activity.runOnUiThread {