[automerger] Fix VerifyCredentialResponse parcelling code am: 54813e9888
Change-Id: Ib1b60818cddeefe3031cf6c9880f5b790775aa62
This commit is contained in:
@@ -95,6 +95,8 @@ public final class VerifyCredentialResponse implements Parcelable {
|
|||||||
if (mPayload != null) {
|
if (mPayload != null) {
|
||||||
dest.writeInt(mPayload.length);
|
dest.writeInt(mPayload.length);
|
||||||
dest.writeByteArray(mPayload);
|
dest.writeByteArray(mPayload);
|
||||||
|
} else {
|
||||||
|
dest.writeInt(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user