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
1 changed files with 1 additions and 0 deletions

View File

@ -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) {