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

Commit baa370e1 authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am db19e1de: Merge "Fix the build" into mnc-dr-dev

* commit 'db19e1de':
  Fix the build
parents 1f1f0cee db19e1de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -563,7 +563,7 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe
            }
            // For fingerprint devices that support touch-to-wake, this will ensure the device
            // wakes up and turns the screen on when fingerprint is authenticated.
            if (mIsKeyguard && authenticated) {
            if (authenticated) {
                mPowerManager.wakeUp(SystemClock.uptimeMillis(),
                        "android.server.fingerprint:AUTH");
            }