mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-01 19:26:48 +01:00
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…
x
Reference in New Issue
Block a user