preliminary working mime parsing in DecryptListFragment! (beware WIP, here be dragons!)
This commit is contained in:
@@ -33,6 +33,7 @@ public class InputDataParcel implements Parcelable {
|
||||
|
||||
public InputDataParcel(Uri inputUri, PgpDecryptVerifyInputParcel decryptInput) {
|
||||
mInputUri = inputUri;
|
||||
mDecryptInput = decryptInput;
|
||||
}
|
||||
|
||||
InputDataParcel(Parcel source) {
|
||||
|
||||
Reference in New Issue
Block a user