mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user