mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
set the default folder sorting by date, descending
This commit is contained in:
parent
57048d3956
commit
f25ae4f1b7
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class Config {
|
|||
}
|
||||
|
||||
public int getDirectorySorting() {
|
||||
return mPrefs.getInt(Constants.DIRECTORY_SORT_ORDER, Constants.SORT_BY_NAME);
|
||||
return mPrefs.getInt(Constants.DIRECTORY_SORT_ORDER, Constants.SORT_BY_DATE | Constants.SORT_DESCENDING);
|
||||
}
|
||||
|
||||
public void setDirectorySorting(int order) {
|
||||
|
|
Loading…
Reference in a new issue