This commit is contained in:
M66B
2023-12-12 14:53:18 +01:00
parent e7e731e04a
commit bac28a9b05
3 changed files with 1 additions and 18 deletions

View File

@@ -1730,7 +1730,6 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
files.addAll(Helper.listFiles(context.getCacheDir(), MIN_FILE_SIZE));
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N)
files.addAll(Helper.listFiles(context.getDataDir(), MIN_FILE_SIZE));
files.addAll(Helper.listFiles(Helper.getExternalFilesDir(context), MIN_FILE_SIZE));
Collections.sort(files, new Comparator<File>() {
@Override