1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Fixed decrypting inline PGP

This commit is contained in:
M66B 2020-01-02 18:30:11 +01:00
parent 6237e46040
commit c5091b58d8

View file

@ -4381,6 +4381,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
inline = true;
in = new ByteArrayInputStream(section.getBytes());
out = new FileOutputStream(plain);
}
}
}