removing a magic number

This commit is contained in:
tibbi 2019-03-12 13:04:47 +01:00
parent b4baa8d27f
commit 01b4d80723

View File

@ -39,7 +39,7 @@ class IcsImporter(val activity: SimpleActivity) {
private var isProperReminderAction = false
private var isDescription = false
private var isSequence = false
private var curReminderTriggerMinutes = -1
private var curReminderTriggerMinutes = REMINDER_OFF
private var curReminderTriggerAction = REMINDER_NOTIFICATION
private val eventsHelper = activity.eventsHelper