mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Refactoring
This commit is contained in:
@@ -218,7 +218,7 @@ public class FragmentDialogPrint extends FragmentDialogBase {
|
||||
HtmlHelper.embedInlineImages(context, id, document, true);
|
||||
|
||||
// onPageFinished will not be called if not all images can be loaded
|
||||
File dir = new File(context.getFilesDir(), "images");
|
||||
File dir = Helper.ensureExists(context, "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