show the repetition rule only at the daily repeat interval
This commit is contained in:
parent
f78b838231
commit
4acd02f714
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue