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

Commit 03720668 authored by Pengquan Meng's avatar Pengquan Meng Committed by android-build-merger
Browse files

Merge changes from topic "am-59911b1f-fa0c-400c-a3f8-812ac0a8762b" into oc-dev am: fe6a5c46

am: 5eb85f01

Change-Id: Iaf8ea26f3739a5c62ce6bb402ae8161ef99b5f80
parents b20a329f 5eb85f01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public class DcParamObject implements Parcelable {
    }

    public void writeToParcel(Parcel dest, int flags) {
        dest.writeLong(mSubId);
        dest.writeInt(mSubId);
    }

    private void readFromParcel(Parcel in) {