[automerger] Fix VerifyCredentialResponse parcelling code am: 54813e9888 am: 0231bc4d6d am: 83cb35453f am: 4405b0ced2 am: b3012285e2 am: ab36ba8483 am: 4af59f1c97

Change-Id: Ic3b71eb297425e9ff6d40c542aa67027317dffea
This commit is contained in:
Android Build Merger (Role)
2018-02-07 08:18:50 +00:00

View File

@@ -95,6 +95,8 @@ public final class VerifyCredentialResponse implements Parcelable {
if (mPayload != null) {
dest.writeInt(mPayload.length);
dest.writeByteArray(mPayload);
} else {
dest.writeInt(0);
}
}
}