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

Commit 2bb20ce4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix UserInfo Parcel"

parents 17d6539e e80af14d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -420,10 +420,10 @@ public class UserInfo implements Parcelable {
        lastLoggedInTime = source.readLong();
        lastLoggedInFingerprint = source.readString();
        partial = source.readBoolean();
        preCreated = source.readBoolean();
        profileGroupId = source.readInt();
        guestToRemove = source.readBoolean();
        restrictedProfileParentId = source.readInt();
        profileBadge = source.readInt();
        preCreated = source.readBoolean();
    }
}