mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
sort order by creation date
This commit is contained in:
parent
ac8b0b30bb
commit
0dc569bc94
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class PreviewImagePagerAdapter extends FragmentStatePagerAdapter {
|
|||
mImageFiles = mStorageManager.getVirtualFolderContent(type, true);
|
||||
|
||||
if (type == VirtualFolderType.PHOTOS) {
|
||||
mImageFiles = FileStorageUtils.sortOCFilesByDate(mImageFiles);
|
||||
mImageFiles = FileStorageUtils.sortOcFolderDescDateModified(mImageFiles);
|
||||
}
|
||||
|
||||
mObsoleteFragments = new HashSet<Object>();
|
||||
|
|
Loading…
Reference in a new issue