fix showing Repeat limit at editing events
This commit is contained in:
parent
7abcf71a0a
commit
a0c73b7504
|
@ -89,7 +89,7 @@ class EventActivity : SimpleActivity(), DBHelper.EventUpdateListener {
|
||||||
mReminderMinutes = mEvent.reminderMinutes
|
mReminderMinutes = mEvent.reminderMinutes
|
||||||
mRepeatInterval = mEvent.repeatInterval
|
mRepeatInterval = mEvent.repeatInterval
|
||||||
mRepeatLimit = mEvent.repeatLimit
|
mRepeatLimit = mEvent.repeatLimit
|
||||||
checkRepeatLimitVisibility(mRepeatLimit)
|
checkRepeatLimitVisibility(mRepeatInterval)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun setupNewEvent(dateTime: DateTime) {
|
private fun setupNewEvent(dateTime: DateTime) {
|
||||||
|
|
Loading…
Reference in New Issue