OSDN Git Service

b/2622128 Exception events now get updated to be 'canceled' when deleted
authorErik <roboerik@android.com>
Fri, 23 Apr 2010 21:35:12 +0000 (14:35 -0700)
committerErik <roboerik@android.com>
Fri, 23 Apr 2010 21:59:26 +0000 (14:59 -0700)
commita9dd45e7a7f422c3c7d74f10d1e65880c181d43b
treedb689d308386dfd9777611499e7d5b42f80be8da
parent3c4cb80f5535addcab03999ce4c029e123da8612
b/2622128 Exception events now get updated to be 'canceled' when deleted

Added some checking to the delete helper to make exception events have their status
changed instead of just being removed. This will cause them to hide the instance
of an exception that they represent. Previously that instance was being replaced
by the original recurrence after the event was removed.

Change-Id: If80e1ccb31af901f4d01d09d18e4850d4b763a57
src/com/android/calendar/DeleteEventHelper.java