mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
Fixed no confirmation dialog after first edit of imported event (#1478)
This commit is contained in:
@ -1176,7 +1176,7 @@ class EventActivity : SimpleActivity() {
|
||||
}
|
||||
|
||||
// recreate the event if it was moved in a different CalDAV calendar
|
||||
if (mEvent.id != null && oldSource != newSource) {
|
||||
if (mEvent.id != null && oldSource != newSource && oldSource != SOURCE_IMPORTED_ICS) {
|
||||
eventsHelper.deleteEvent(mEvent.id!!, true)
|
||||
mEvent.id = null
|
||||
}
|
||||
|
Reference in New Issue
Block a user