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
commit 1f8708e828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
}
}
}