use autovalue for PromoteKeyringParcel

This commit is contained in:
Vincent Breitmoser
2017-05-25 15:42:25 +02:00
parent 820a308ba0
commit 0095df6d89
4 changed files with 29 additions and 52 deletions
@@ -213,7 +213,7 @@ public class ViewKeySecurityTokenFragment
@Override
public PromoteKeyringParcel createOperationInput() {
return new PromoteKeyringParcel(mMasterKeyId, mCardAid, mSubKeyIds);
return PromoteKeyringParcel.createPromoteKeyringParcel(mMasterKeyId, mCardAid, mSubKeyIds);
}
@Override