mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
try fixing the glitch with multiple CalDAV synced event copies
This commit is contained in:
@@ -240,9 +240,8 @@ class CalDAVHandler(val context: Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (title.isNotEmpty()) {
|
if (title.isNotEmpty()) {
|
||||||
context.dbHelper.insert(event, false) {
|
importIdsMap[event.importId] = event
|
||||||
importIdsMap[event.importId] = event
|
context.dbHelper.insert(event, false) {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} while (cursor.moveToNext())
|
} while (cursor.moveToNext())
|
||||||
|
Reference in New Issue
Block a user