use autovalue for PromoteKeyringParcel
This commit is contained in:
@@ -213,7 +213,7 @@ public class ViewKeySecurityTokenFragment
|
||||
|
||||
@Override
|
||||
public PromoteKeyringParcel createOperationInput() {
|
||||
return new PromoteKeyringParcel(mMasterKeyId, mCardAid, mSubKeyIds);
|
||||
return PromoteKeyringParcel.createPromoteKeyringParcel(mMasterKeyId, mCardAid, mSubKeyIds);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user