From c8fae6c6885985c8233eb6c15a8bf6c3cce3a15a Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 23 Feb 2021 14:39:06 +0100 Subject: [PATCH] fix #1264, properly handle importing from file, if alarm is before event --- .../com/simplemobiletools/calendar/pro/helpers/IcsImporter.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/IcsImporter.kt b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/IcsImporter.kt index a837e72c9..a442ba033 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/IcsImporter.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/IcsImporter.kt @@ -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) {