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

Commit 381f2acd authored by Rubin Xu's avatar Rubin Xu
Browse files

Revert "Update active fingerprint group when switching profiles"

This reverts commit d37c824c.

Change-Id: Id9c7a9c1fef276aa45f4ffc7559f61d1dbdaf7ba
parent d37c824c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1142,12 +1142,6 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe
                        mHandler.obtainMessage(MSG_USER_SWITCHING, newUserId, 0 /* unused */)
                                .sendToTarget();
                    }

                    @Override
                    public void onForegroundProfileSwitch(int newProfileId) throws RemoteException {
                        mHandler.obtainMessage(MSG_USER_SWITCHING, newProfileId, 0 /* unused */)
                        .sendToTarget();
                    }
                }, TAG);
        } catch (RemoteException e) {
            Slog.w(TAG, "Failed to listen for user switching event" ,e);