mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Avoid cache dir quota
This commit is contained in:
@@ -9111,7 +9111,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
HtmlHelper.embedInlineImages(context, id, document, true);
|
||||
|
||||
// onPageFinished will not be called if not all images can be loaded
|
||||
File dir = new File(context.getCacheDir(), "images");
|
||||
File dir = new File(context.getFilesDir(), "images");
|
||||
List<Future<Void>> futures = new ArrayList<>();
|
||||
Elements imgs = document.select("img");
|
||||
for (int i = 0; i < imgs.size(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user