Mark files in the "Recent" folder also as important
This commit is contained in:
parent
1fde3d6e95
commit
f79f2497e7
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class ImportantItemsFilter implements GalleryItemsFilter {
|
|||
if (Platform.isAndroid) {
|
||||
final String folder = basename(file.deviceFolder);
|
||||
return folder == "Camera" ||
|
||||
folder == "Recents" ||
|
||||
folder == "DCIM" ||
|
||||
folder == "Download" ||
|
||||
folder == "Screenshot";
|
||||
|
|
Loading…
Add table
Reference in a new issue