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

Commit 76133b7a authored by d34d's avatar d34d Committed by Abhisek Devkota
Browse files

Fingerprint: don't start auth if not showing

Change-Id: I27febc369be37fc116620a203ec9118f64d86092
REF: CYNGNOS-896
parent 59a90554
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -688,7 +688,6 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
    }

    protected void handleScreenTurnedOn() {
        startFingerAuthIfUsingFingerprint();
        final int count = mCallbacks.size();
        for (int i = 0; i < count; i++) {
            KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get();