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

Commit 4c395314 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ensure lock icon animates closed on long press"

parents d6010cd8 c48eff50
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1814,8 +1814,10 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
     */
    public void onLockIconPressed() {
        mLockIconPressed = true;
        mUserFaceAuthenticated.put(getCurrentUser(), false);
        final int userId = getCurrentUser();
        mUserFaceAuthenticated.put(userId, false);
        updateFaceListeningState();
        mStrongAuthTracker.onStrongAuthRequiredChanged(userId);
    }

    private void startListeningForFingerprint() {