Fixed color change in event editor

This commit is contained in:
Agnieszka C 2023-05-12 09:22:07 +02:00
parent 4939ed9585
commit 85ce5b0887
1 changed files with 1 additions and 0 deletions

View File

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