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

Commit 3cbb2578 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Fix UserInfo Parcel

am: 5284336d

Change-Id: I3af8a8c64137320124df6a1adc698cb0501f68d4
parents 0af1d367 5284336d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -377,10 +377,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();
    }
}