mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 12:30:36 +01:00
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) {
|
if (!config.wasRecycleBinPinned) {
|
||||||
config.addPinnedFolders(hashSetOf(RECYCLE_BIN))
|
config.addPinnedFolders(hashSetOf(RECYCLE_BIN))
|
||||||
config.wasRecycleBinPinned = true
|
config.wasRecycleBinPinned = true
|
||||||
|
config.saveFolderGrouping(SHOW_ALL, GROUP_BY_DATE_TAKEN or GROUP_DESCENDING)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user