mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Cleanup
This commit is contained in:
@@ -2731,9 +2731,9 @@ public class Helper {
|
||||
}
|
||||
|
||||
static void writeText(File file, String content) throws IOException {
|
||||
// TODO CASA
|
||||
try (FileOutputStream out = new FileOutputStream(file)) {
|
||||
Log.write(out, content);
|
||||
if (content != null)
|
||||
out.write(content.getBytes());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user