mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2024-12-26 00:05:18 +01:00
set the default folder sorting by date, descending
This commit is contained in:
parent
57048d3956
commit
f25ae4f1b7
@ -56,7 +56,7 @@ public class Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int getDirectorySorting() {
|
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) {
|
public void setDirectorySorting(int order) {
|
||||||
|
Loading…
Reference in New Issue
Block a user