show the time zone changer at the Event Details screen only if needed

This commit is contained in:
tibbi 2019-12-09 23:26:38 +01:00
parent 00cda045e8
commit 6144f3c4c6
1 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,8 @@ class EventActivity : SimpleActivity() {
updateTextColors(event_scrollview)
updateIconColors()
event_time_zone_image.beVisibleIf(config.allowChangingTimeZones)
event_time_zone.beVisibleIf(config.allowChangingTimeZones)
mWasActivityInitialized = true
}