Fixed the problem with the calendar sort order using the column name
Change-Id: Ib50e0a10f001d1b5626e460fecaefff6d6a2a308
This commit is contained in:
@@ -599,7 +599,7 @@ public final class CalendarContract {
|
|||||||
/**
|
/**
|
||||||
* The default sort order for this table
|
* The default sort order for this table
|
||||||
*/
|
*/
|
||||||
public static final String DEFAULT_SORT_ORDER = "displayName";
|
public static final String DEFAULT_SORT_ORDER = CALENDAR_DISPLAY_NAME;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of the calendar. Column name.
|
* The name of the calendar. Column name.
|
||||||
|
|||||||
Reference in New Issue
Block a user