Fix nullpointer with new OpenPgpSignatureResult version

This commit is contained in:
Dominik Schürmann 2014-09-07 19:23:04 +02:00
parent 8b36d28668
commit f6d678cbe5
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ public class OpenPgpSignatureResult implements Parcelable {
vr.signatureOnly = source.readByte() == 1;
vr.primaryUserId = source.readString();
vr.keyId = source.readLong();
vr.userIds = new ArrayList<String>();
source.readStringList(vr.userIds);
// skip over all fields added in future versions of this parcel