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

Commit 7ac2108e 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

Change-Id: Ibf8e444ab8e66a068174c30985e3056443db99fe
parents 5fde1b98 bf1ecab9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -98,6 +98,8 @@ public final class VerifyCredentialResponse implements Parcelable {
            if (mPayload != null) {
                dest.writeInt(mPayload.length);
                dest.writeByteArray(mPayload);
            } else {
                dest.writeInt(0);
            }
        }
    }