mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
show the time zone changer at the Event Details screen only if needed
This commit is contained in:
@@ -214,7 +214,8 @@ class EventActivity : SimpleActivity() {
|
|||||||
|
|
||||||
updateTextColors(event_scrollview)
|
updateTextColors(event_scrollview)
|
||||||
updateIconColors()
|
updateIconColors()
|
||||||
|
event_time_zone_image.beVisibleIf(config.allowChangingTimeZones)
|
||||||
|
event_time_zone.beVisibleIf(config.allowChangingTimeZones)
|
||||||
mWasActivityInitialized = true
|
mWasActivityInitialized = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user