mirror of
				https://github.com/SimpleMobileTools/Simple-Calendar.git
				synced 2025-06-05 21:59:17 +02:00 
			
		
		
		
	fix #1264, properly handle importing from file, if alarm is before event
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user