fix #1264, properly handle importing from file, if alarm is before event
This commit is contained in:
parent
47c4564cf0
commit
c8fae6c688
|
@ -152,6 +152,7 @@ class IcsImporter(val activity: SimpleActivity) {
|
|||
curReminderMinutes.add(curReminderTriggerMinutes)
|
||||
curReminderActions.add(curReminderTriggerAction)
|
||||
}
|
||||
isNotificationDescription = false
|
||||
} else if (line == END_EVENT) {
|
||||
isParsingEvent = false
|
||||
if (curStart != -1L && curEnd == -1L) {
|
||||
|
|
Loading…
Reference in New Issue