mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
Bug 964100 - The reading list items are sorted descending by the 'DATE_MODIFIED' field. r=lucasr
This commit is contained in:
parent
e0a91cc666
commit
0b89ba10e9
@ -402,7 +402,7 @@ public class BrowserContract {
|
||||
public static final String EXCERPT = "excerpt";
|
||||
public static final String READ = "read";
|
||||
public static final String LENGTH = "length";
|
||||
public static final String DEFAULT_SORT_ORDER = _ID + " DESC";
|
||||
public static final String DEFAULT_SORT_ORDER = DATE_MODIFIED + " DESC";
|
||||
public static final String[] DEFAULT_PROJECTION = new String[] { _ID, URL, TITLE, EXCERPT, LENGTH };
|
||||
|
||||
// Minimum fields required to create a reading list item.
|
||||
|
Loading…
x
Reference in New Issue
Block a user