* commit 'a6fc3b1a4bc6e6da5902335273b544b577823411': Fix NPE when parceling SubInfoRecord
This commit is contained in:
@@ -250,7 +250,7 @@ public class SubInfoRecord implements Parcelable {
|
||||
dest.writeCharSequence(mDisplayName);
|
||||
dest.writeInt(mNameSource);
|
||||
dest.writeInt(mColor);
|
||||
dest.writeString(mNumber.toString());
|
||||
dest.writeString(mNumber);
|
||||
dest.writeInt(mDataRoaming);
|
||||
dest.writeIntArray(mSimIconRes);
|
||||
dest.writeInt(mMcc);
|
||||
|
||||
Reference in New Issue
Block a user