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

Commit 1cd8b8b7 authored by Tony Mak's avatar Tony Mak Committed by Android (Google) Code Review
Browse files

Merge "Fix trySetQuietModeDisabled may introduce deadlock"

parents 161614e1 553b9975
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -926,11 +926,10 @@ class UserController implements Handler.Callback {
                final Integer userIdInt = userId;
                mUserLru.remove(userIdInt);
                mUserLru.add(userIdInt);

            }
            if (unlockListener != null) {
                uss.mUnlockProgress.addListener(unlockListener);
            }
            }
            if (updateUmState) {
                mInjector.getUserManagerInternal().setUserState(userId, uss.state);
            }