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

Commit e4a82fac authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixes wrong guard on @GuardedBy annotation.

Test: echo 'In TH we trust!'
Fixes: 230187142

Change-Id: Iae060fd3751c320a9e766c4f4479e8f6be898cf7
parent 4b6401e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -487,7 +487,7 @@ public class UserManagerService extends IUserManager.Stub {
    private final ArrayList<UserRestrictionsListener> mUserRestrictionsListeners =
            new ArrayList<>();

    @GuardedBy("mUserRemovedListeners")
    @GuardedBy("mUserLifecycleListeners")
    private final ArrayList<UserLifecycleListener> mUserLifecycleListeners = new ArrayList<>();

    private final LockPatternUtils mLockPatternUtils;