Merge pull request #2074 from Aga-C/fix-color-event-update
Fixed color change in event editor
This commit is contained in:
commit
1f8708e828
|
@ -995,6 +995,7 @@ class EventActivity : SimpleActivity() {
|
||||||
if (eventType != null) {
|
if (eventType != null) {
|
||||||
runOnUiThread {
|
runOnUiThread {
|
||||||
event_type.text = eventType.title
|
event_type.text = eventType.title
|
||||||
|
updateEventColorInfo(eventType.color)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue