mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-01-12 16:55:05 +01:00
removing a magic number
This commit is contained in:
parent
b4baa8d27f
commit
01b4d80723
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user