mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
set grouping of Show All to Date Taken descending by default
This commit is contained in:
parent
61e66a3d5d
commit
8bb6c50075
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
if (!config.wasRecycleBinPinned) {
|
||||
config.addPinnedFolders(hashSetOf(RECYCLE_BIN))
|
||||
config.wasRecycleBinPinned = true
|
||||
config.saveFolderGrouping(SHOW_ALL, GROUP_BY_DATE_TAKEN or GROUP_DESCENDING)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue