Merge commit 'ff1af297676c0c86c72c6639785d7773ed9ce486' into kraken * commit 'ff1af297676c0c86c72c6639785d7773ed9ce486': Fix critical typo in CalendarSyncAdapter
This commit is contained in:
commit
18abfe0031
@ -131,7 +131,7 @@ public class CalendarSyncAdapter extends AbstractSyncAdapter {
|
||||
private final TimeZone mLocalTimeZone = TimeZone.getDefault();
|
||||
|
||||
// Change this to use the constant in Calendar, when that constant is defined
|
||||
private static final String EVENT_TIMEZONE2_COLUMN = "eventTimeZone2";
|
||||
private static final String EVENT_TIMEZONE2_COLUMN = "eventTimezone2";
|
||||
|
||||
private long mCalendarId = -1;
|
||||
private String mCalendarIdString;
|
||||
|
Loading…
Reference in New Issue
Block a user