Merge changes from topic "am-59911b1f-fa0c-400c-a3f8-812ac0a8762b" into oc-dev
am: fe6a5c4675
Change-Id: I4440e9b50e975ea3a20ecd216b83deb83afe2780
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user