mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
removing a magic number
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user