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

Commit 48ee82ad authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "Update active fingerprint group when switching profiles""

parents c64e7ae2 381f2acd
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);