set grouping of Show All to Date Taken descending by default
This commit is contained in:
parent
61e66a3d5d
commit
8bb6c50075
|
@ -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 New Issue