Loading app/src/main/java/at/bitfire/davdroid/syncadapter/CalendarSyncManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ class CalendarSyncManager( events = Event.fromReader(reader) } catch (e: InvalidCalendarException) { Logger.log.log(Level.SEVERE, "Received invalid iCalendar, ignoring", e) // TODO show notification notifyInvalidResource(e, fileName) return } Loading app/src/main/java/at/bitfire/davdroid/syncadapter/ContactsSyncManager.kt +0 −1 Original line number Diff line number Diff line Loading @@ -355,7 +355,6 @@ class ContactsSyncManager( private fun processVCard(fileName: String, eTag: String, reader: Reader, downloader: Contact.Downloader) { Logger.log.info("Processing CardDAV resource $fileName") // TODO catch and show notification on CannotParseException val contacts = try { Contact.fromReader(reader, downloader) } catch (e: CannotParseException) { Loading Loading
app/src/main/java/at/bitfire/davdroid/syncadapter/CalendarSyncManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ class CalendarSyncManager( events = Event.fromReader(reader) } catch (e: InvalidCalendarException) { Logger.log.log(Level.SEVERE, "Received invalid iCalendar, ignoring", e) // TODO show notification notifyInvalidResource(e, fileName) return } Loading
app/src/main/java/at/bitfire/davdroid/syncadapter/ContactsSyncManager.kt +0 −1 Original line number Diff line number Diff line Loading @@ -355,7 +355,6 @@ class ContactsSyncManager( private fun processVCard(fileName: String, eTag: String, reader: Reader, downloader: Contact.Downloader) { Logger.log.info("Processing CardDAV resource $fileName") // TODO catch and show notification on CannotParseException val contacts = try { Contact.fromReader(reader, downloader) } catch (e: CannotParseException) { Loading