make the error reporting at ics file importing more verbose

This commit is contained in:
tibbi 2017-09-02 00:25:16 +02:00
parent 929dbf6e60
commit d7e3d751f0
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class IcsImporter {
event.endTS -= DAY
}
activity.dbHelper.insert(event, true) {
activity.dbHelper.insert(event, false) {
for (exceptionTS in curRepeatExceptions) {
activity.dbHelper.addEventRepeatException(it, exceptionTS)
}