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

Commit de5b573e authored by Jim Miller's avatar Jim Miller
Browse files

Fix the build

Build broken due to a bad merge.

Change-Id: Id10b3db5d1bde2a2c9e8995e35b4fc58c5468544
parent c7b0435c
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");
            }