mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Fixed decrypting inline PGP
This commit is contained in:
parent
6237e46040
commit
c5091b58d8
1 changed files with 1 additions and 0 deletions
|
@ -4381,6 +4381,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||||
|
|
||||||
inline = true;
|
inline = true;
|
||||||
in = new ByteArrayInputStream(section.getBytes());
|
in = new ByteArrayInputStream(section.getBytes());
|
||||||
|
out = new FileOutputStream(plain);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue