Fix UserInfo Parcel
am: 5284336dec
Change-Id: I3af8a8c64137320124df6a1adc698cb0501f68d4
This commit is contained in:
@@ -377,10 +377,10 @@ public class UserInfo implements Parcelable {
|
|||||||
lastLoggedInTime = source.readLong();
|
lastLoggedInTime = source.readLong();
|
||||||
lastLoggedInFingerprint = source.readString();
|
lastLoggedInFingerprint = source.readString();
|
||||||
partial = source.readBoolean();
|
partial = source.readBoolean();
|
||||||
|
preCreated = source.readBoolean();
|
||||||
profileGroupId = source.readInt();
|
profileGroupId = source.readInt();
|
||||||
guestToRemove = source.readBoolean();
|
guestToRemove = source.readBoolean();
|
||||||
restrictedProfileParentId = source.readInt();
|
restrictedProfileParentId = source.readInt();
|
||||||
profileBadge = source.readInt();
|
profileBadge = source.readInt();
|
||||||
preCreated = source.readBoolean();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user