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

Commit 44ab3f29 authored by Fengjiang Li's avatar Fengjiang Li Committed by Android (Google) Code Review
Browse files

Merge "Use UserHandle#hashCode() as default UserIconInfo#userSerial" into main

parents 61cc03cf 8788b8f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public class UserIconInfo {
    public final long userSerial;

    public UserIconInfo(UserHandle user, @UserType int type) {
        this(user, type, 0);
        this(user, type, user != null ? user.hashCode() : 0);
    }

    public UserIconInfo(UserHandle user, @UserType int type, long userSerial) {