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

Commit e37af56a authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by android-build-merger
Browse files

Merge \"Prevent NPE in dispatchUserSwitch\" into nyc-mr1-dev

am: 34010567

Change-Id: I73dc2ce8949b27bfc77634dc6be4dfbffc9ffa56
parents 48320925 34010567
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1061,7 +1061,9 @@ final class UserController {
                try {
                    // Prepend with unique prefix to guarantee that keys are unique
                    final String name = "#" + i + " " + mUserSwitchObservers.getBroadcastCookie(i);
                    mCurWaitingUserSwitchCallbacks.add(name);
                    synchronized (mService) {
                        curWaitingUserSwitchCallbacks.add(name);
                    }
                    final IRemoteCallback callback = new IRemoteCallback.Stub() {
                        @Override
                        public void sendResult(Bundle data) throws RemoteException {