Merge "Revert "Fixed the problem with the calendar sort order using the column name""
This commit is contained in:
committed by
Android (Google) Code Review
commit
31f8e91028
@@ -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 = CALENDAR_DISPLAY_NAME;
|
public static final String DEFAULT_SORT_ORDER = "displayName";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of the calendar. Column name.
|
* The name of the calendar. Column name.
|
||||||
|
|||||||
Reference in New Issue
Block a user