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

Commit b30f841c authored by Adrian Roos's avatar Adrian Roos
Browse files

resolved conflicts for merge of c1244a29 to mnc-dr-dev

Change-Id: I8b3e3a21e36ac5085bf1dffa90e49dabd17dd139
parents c41e3191 c1244a29
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -576,12 +576,6 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe
                result |= true; // we have a valid fingerprint
                mLockoutReset.run();
            }
            // 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 (authenticated) {
                mPowerManager.wakeUp(SystemClock.uptimeMillis(),
                        "android.server.fingerprint:AUTH");
            }
            return result;
        }