Simplification

This commit is contained in:
M66B
2023-12-12 18:21:23 +01:00
parent 8482338f2b
commit 125a47efd8
13 changed files with 27 additions and 26 deletions

View File

@@ -8828,7 +8828,7 @@ public class FragmentMessages extends FragmentBase
OutputStream out = null;
boolean inline = false;
File tmp = Helper.ensureExists(new File(context.getFilesDir(), "encryption"));
File tmp = Helper.ensureExists(context.getFilesDir(), "encryption");
File plain = new File(tmp, message.id + ".pgp_out");
// Find encrypted data