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

Commit 7d16102b authored by Jesse Chan's avatar Jesse Chan Committed by Luca Stefani
Browse files

Skip screen on animation when wake and unlock via biometrics

Screen on animation is slow. Modern fingerprint sensor is *FAST*.
We need moar speed to deliver better user experience.

* OEMs are doing this for years.

Change-Id: I5f98259eb992b2f43872f957fcb0092412fe558c
parent d41cf50b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4180,7 +4180,8 @@ public class StatusBar extends SystemUI implements DemoMode,

        boolean launchingAffordanceWithPreview =
                mNotificationPanel.isLaunchingAffordanceWithPreview();
        mScrimController.setLaunchingAffordanceWithPreview(launchingAffordanceWithPreview);
        mScrimController.setLaunchingAffordanceWithPreview(launchingAffordanceWithPreview
                || mBiometricUnlockController.isWakeAndUnlock());

        if (mBouncerShowing) {
            // Bouncer needs the front scrim when it's on top of an activity,