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

Commit 37cb0e7c authored by Bookatz's avatar Bookatz Committed by android-build-merger
Browse files

Merge "UserController.startUser nullchecks unlockListener" into qt-dev am: bb858622

am: 71911085

Change-Id: I6ecc47c7c469e7053882c0deca62a1760fd16aa4
parents 3b589dcd 71911085
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -1020,11 +1020,7 @@ class UserController implements Handler.Callback {
                        if (state.state == STATE_RUNNING_UNLOCKED) {
                            // We'll skip all later code, so we must tell listener it's already
                            // unlocked.
                            try {
                                unlockListener.onFinished(userId, null);
                            } catch (RemoteException ignore) {
                                // Ignore.
                            }
                            notifyFinished(userId, unlockListener);
                        }
                        return true;
                    }