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

Commit e4c1ccec authored by Ian Pedowitz's avatar Ian Pedowitz
Browse files

Revert "Fix missing observer reply callbacks"

This should not have merged from mnc-dr-dev, the underlying implementation has changed

This reverts commit dbb75248.
parent b9f68696
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 {