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

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

Revert "Fix missing observer reply callbacks" am: e4c1ccec

am: b5733ec9

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

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