fix showing Repeat limit at editing events

This commit is contained in:
tibbi 2017-02-05 22:08:13 +01:00
parent 7abcf71a0a
commit a0c73b7504
1 changed files with 1 additions and 1 deletions

View File

@ -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) {