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

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

Merge "UserController.startUser nullchecks unlockListener" into qt-dev

parents 327ad871 cecf1165
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;
                    }