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

Commit 86675375 authored by Beverly Tai's avatar Beverly Tai Committed by Android (Google) Code Review
Browse files

Merge "Rescan face when user preses empty space on LS" into sc-dev

parents 11f74e42 63bca498
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3248,7 +3248,10 @@ public class NotificationPanelViewController extends PanelViewController {
        switch (mBarState) {
            case KEYGUARD:
                if (!mDozingOnDown) {
                    if (mKeyguardBypassController.getBypassEnabled()) {
                    if (mUpdateMonitor.isFaceEnrolled()
                            && !mUpdateMonitor.isFaceDetectionRunning()
                            && !mUpdateMonitor.getUserCanSkipBouncer(
                                    KeyguardUpdateMonitor.getCurrentUser())) {
                        mUpdateMonitor.requestFaceAuth(true);
                    } else {
                        mLockscreenGestureLogger.write(MetricsEvent.ACTION_LS_HINT,