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

Commit 92060267 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Making UserHandleCompat constructor public

Change-Id: Ied4c62964e608d543f0bcf3b232c0df7b57bdf5d
parent 07973bf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class UserHandleCompat {
        }
    }

    static UserHandleCompat fromUser(UserHandle user) {
    public static UserHandleCompat fromUser(UserHandle user) {
        if (user == null) {
            return null;
        } else {