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

Commit 815a7f8a authored by Beverly's avatar Beverly
Browse files

Show bouncer from AOD on udfps-longpress if fp isn't running

Instead of relying on the gesture detection on the
lock icon which may not trigger the bouncer if the gesture
detection algo didn't detect a longpress. We don't need to
double-check because the wake-up udfps-longpress should
already have determined a successful longpress to trigger
the bouncer.

Test: manually reboot device with udfps and try fp from AOD
Fixes: 202567596
Change-Id: Ia14207907761ae4d61bbba026c2e3bd146de891a
parent d43e521e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -882,6 +882,7 @@ public class UdfpsController implements DozeReceiver {
        }

        if (!mKeyguardUpdateMonitor.isFingerprintDetectionRunning()) {
            mKeyguardViewManager.showBouncer(true);
            return;
        }