mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Retry caching images for printing
This commit is contained in:
@@ -7394,7 +7394,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
img.attr("src", "file:" + out.getAbsolutePath());
|
||||
|
||||
if (print_html_images) {
|
||||
if (out.exists())
|
||||
if (out.exists() && out.length() > 0)
|
||||
continue;
|
||||
} else {
|
||||
out.delete();
|
||||
|
||||
Reference in New Issue
Block a user