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

Commit b5733ec9 authored by Ian Pedowitz's avatar Ian Pedowitz Committed by android-build-merger
Browse files

Revert "Fix missing observer reply callbacks"

am: e4c1ccec

* commit 'e4c1ccec':
  Revert "Fix missing observer reply callbacks"
parents 0318738c e4c1ccec
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -398,12 +398,6 @@ public class PhoneStatusBarPolicy implements Callback, RotationLockController.Ro
                @Override
                @Override
                public void onUserSwitching(int newUserId) throws RemoteException {
                public void onUserSwitching(int newUserId) throws RemoteException {
                    mUserInfoController.reloadUserInfo();
                    mUserInfoController.reloadUserInfo();
                    if (reply != null) {
                        try {
                            reply.sendResult(null);
                        } catch (RemoteException e) {
                        }
                    }
                }
                }


                @Override
                @Override
+0 −6
Original line number Original line Diff line number Diff line
@@ -1186,12 +1186,6 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe
                    public void onUserSwitching(int newUserId) throws RemoteException {
                    public void onUserSwitching(int newUserId) throws RemoteException {
                        mHandler.obtainMessage(MSG_USER_SWITCHING, newUserId, 0 /* unused */)
                        mHandler.obtainMessage(MSG_USER_SWITCHING, newUserId, 0 /* unused */)
                                .sendToTarget();
                                .sendToTarget();
                        if (reply != null) {
                            try {
                                reply.sendResult(null);
                            } catch (RemoteException e) {
                            }
                        }
                    }
                    }
                    @Override
                    @Override
                    public void onUserSwitchComplete(int newUserId) throws RemoteException {
                    public void onUserSwitchComplete(int newUserId) throws RemoteException {