fix #1264, properly handle importing from file, if alarm is before event

This commit is contained in:
tibbi
2021-02-23 14:39:06 +01:00
parent 47c4564cf0
commit c8fae6c688

View File

@@ -152,6 +152,7 @@ class IcsImporter(val activity: SimpleActivity) {
curReminderMinutes.add(curReminderTriggerMinutes) curReminderMinutes.add(curReminderTriggerMinutes)
curReminderActions.add(curReminderTriggerAction) curReminderActions.add(curReminderTriggerAction)
} }
isNotificationDescription = false
} else if (line == END_EVENT) { } else if (line == END_EVENT) {
isParsingEvent = false isParsingEvent = false
if (curStart != -1L && curEnd == -1L) { if (curStart != -1L && curEnd == -1L) {