mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-06 02:51:11 +01:00
Bump PGPainless to 1.5.3
This commit is contained in:
parent
9bfaf674b1
commit
430795bb9e
2 changed files with 2 additions and 2 deletions
|
|
@ -220,7 +220,7 @@ public class PainlessOpenPgpProvider implements OpenPgpProvider {
|
|||
cipherStream.close();
|
||||
plainText.close();
|
||||
|
||||
OpenPgpMetadata info = cipherStream.getResult();
|
||||
OpenPgpMetadata info = cipherStream.getMetadata().toLegacyMetadata();
|
||||
|
||||
OpenPgpMessage.State state;
|
||||
if (info.isSigned()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue