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

Commit b5d2dec8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo causing NPE in QuickAccessServiceInfo" into main

parents 13ee6dd3 4619b369
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ class QuickAccessWalletServiceInfo {
                    == PackageManager.PERMISSION_GRANTED) {
                user = roleManager.getActiveUserForRole(RoleManager.ROLE_WALLET);
                if (user == null) {
                    return new Pair<>(null, user.getIdentifier());
                    return new Pair<>(null, UserHandle.myUserId());
                }
            }
            List<String> roleHolders = roleManager.getRoleHoldersAsUser(RoleManager.ROLE_WALLET,