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

Commit 78076828 authored by Omer Ozer's avatar Omer Ozer Committed by Automerger Merge Worker
Browse files

Merge "Type of CredDesc should be written as String8." into udc-dev am: 72546d9c

parents 67c5ba84 72546d9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ public final class CredentialDescription implements Parcelable {

    @Override
    public void writeToParcel(@NonNull Parcel dest, int flags) {
        dest.writeString(mType);
        dest.writeString8(mType);
        dest.writeString(mFlattenedRequestString);
        dest.writeTypedList(mCredentialEntries, flags);
    }