rewrite data flow in EncryptFileFragment preserve state correctly

This commit is contained in:
Vincent Breitmoser
2015-05-30 00:20:11 +02:00
parent b9563ff2ef
commit 313b4ac7d3
4 changed files with 91 additions and 66 deletions

View File

@@ -57,6 +57,10 @@ public class SignEncryptParcel extends PgpSignEncryptInputParcel {
}
public boolean isIncomplete() {
return mInputUris.size() > mOutputUris.size();
}
public byte[] getBytes() {
return mBytes;
}