Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fd17460 authored by Michael Chan's avatar Michael Chan
Browse files

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

Change-Id: Ib50e0a10f001d1b5626e460fecaefff6d6a2a308
parent ec8917dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.