Fix #2469569 (Broken EAS calendar downsync)
* Category parsing switch statement was missing a break; Bug: 2469569 Change-Id: If815300a2ef3824f837f5fa41f55b9421cac8d9b
This commit is contained in:
parent
cdf9dbfa28
commit
d4dc57972d
@ -591,6 +591,7 @@ public class CalendarSyncAdapter extends AbstractSyncAdapter {
|
||||
// We need to save them and spit them back when we update the event
|
||||
categories.append(getValue());
|
||||
categories.append(CATEGORY_TOKENIZER_DELIMITER);
|
||||
break;
|
||||
default:
|
||||
skipTag();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user