make the error reporting at ics file importing more verbose
This commit is contained in:
parent
929dbf6e60
commit
d7e3d751f0
|
@ -108,7 +108,7 @@ class IcsImporter {
|
||||||
event.endTS -= DAY
|
event.endTS -= DAY
|
||||||
}
|
}
|
||||||
|
|
||||||
activity.dbHelper.insert(event, true) {
|
activity.dbHelper.insert(event, false) {
|
||||||
for (exceptionTS in curRepeatExceptions) {
|
for (exceptionTS in curRepeatExceptions) {
|
||||||
activity.dbHelper.addEventRepeatException(it, exceptionTS)
|
activity.dbHelper.addEventRepeatException(it, exceptionTS)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue