Fixed the problem with the calendar sort order using the column name

Change-Id: Ib50e0a10f001d1b5626e460fecaefff6d6a2a308
This commit is contained in:
Michael Chan
2011-09-01 10:46:14 -07:00
parent ec8917dccb
commit 9fd17460a7

View File

@@ -599,7 +599,7 @@ public final class CalendarContract {
/**
* 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.