Merge pull request #2074 from Aga-C/fix-color-event-update

Fixed color change in event editor
This commit is contained in:
Tibor Kaputa
2023-05-12 09:33:07 +02:00
committed by GitHub

View File

@@ -995,6 +995,7 @@ class EventActivity : SimpleActivity() {
if (eventType != null) {
runOnUiThread {
event_type.text = eventType.title
updateEventColorInfo(eventType.color)
}
}
}