mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-22 06:27:46 +01:00
show the repetition rule only at the daily repeat interval
This commit is contained in:
parent
f78b838231
commit
4acd02f714
@ -161,7 +161,7 @@ class EventActivity : SimpleActivity(), DBHelper.EventUpdateListener {
|
||||
event_repetition_limit_holder.beGoneIf(limit == 0)
|
||||
checkRepetitionLimitText()
|
||||
|
||||
event_repetition_rule_holder.beGoneIf(mRepeatInterval != DAY && mRepeatInterval != MONTH)
|
||||
event_repetition_rule_holder.beVisibleIf(mRepeatInterval == DAY)
|
||||
checkRepetitionRuleText()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user