mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Securily delete files
This commit is contained in:
@@ -212,7 +212,7 @@ public class FragmentDialogPrint extends FragmentDialogBase {
|
||||
if (out.exists() && out.length() > 0)
|
||||
continue;
|
||||
} else {
|
||||
out.delete();
|
||||
Helper.secureDelete(out);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user