mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-21 14:10:51 +01:00
pass a copy of the eventType to UpdateEventTypeDialog
This commit is contained in:
parent
184bb10f72
commit
d27f849946
@ -25,7 +25,7 @@ class ManageEventTypesActivity : SimpleActivity(), DeleteEventTypesListener {
|
||||
}
|
||||
|
||||
private fun showEventTypeDialog(eventType: EventType? = null) {
|
||||
UpdateEventTypeDialog(this, eventType) {
|
||||
UpdateEventTypeDialog(this, eventType!!.copy()) {
|
||||
getEventTypes()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user