Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7483c90 authored by Rubin Xu's avatar Rubin Xu Committed by android-build-merger
Browse files

[automerger] Fix VerifyCredentialResponse parcelling code am: 54813e98 am:...

[automerger] Fix VerifyCredentialResponse parcelling code am: 54813e98 am: 0231bc4d am: 83cb3545 am: 4405b0ce am: b3012285 am: ab36ba84 am: 4af59f1c am: f0977449 am: 469065cc am: bf1ecab9
am: 7ac2108e

Change-Id: Ibae4cb0462cfcbc2296e71849387d0c0035d3cce
parents ca589a06 7ac2108e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -98,6 +98,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);
            }
            }
        }
        }
    }
    }