show the time zone changer at the Event Details screen only if needed
This commit is contained in:
parent
00cda045e8
commit
6144f3c4c6
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue