Fixed decrypting inline PGP

pull/172/head
M66B 5 years ago
parent 6237e46040
commit c5091b58d8

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

Loading…
Cancel
Save