mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
Merge branch 'pampa'
This commit is contained in:
commit
5ede7d4756
@ -1836,6 +1836,10 @@ public class Apg {
|
|||||||
currentProgress += 10;
|
currentProgress += 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (dataChunk instanceof PGPSignatureList) {
|
||||||
|
dataChunk = plainFact.nextObject();
|
||||||
|
}
|
||||||
|
|
||||||
if (dataChunk instanceof PGPLiteralData) {
|
if (dataChunk instanceof PGPLiteralData) {
|
||||||
if( progress != null )
|
if( progress != null )
|
||||||
progress.setProgress(R.string.progress_decrypting, currentProgress, 100);
|
progress.setProgress(R.string.progress_decrypting, currentProgress, 100);
|
||||||
|
Loading…
Reference in New Issue
Block a user