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

Commit 21380818 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "[Telephony]:Change SubId from long to int type."

parents adb9edb0 466400c1
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) {