Merge branch 'pampa'

This commit is contained in:
Dominik 2012-03-09 10:53:53 +01:00
commit 5ede7d4756

View File

@ -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);