Skip to content

Commit e4728b1

Browse files
Steven RossAndroid (Google) Code Review
authored andcommitted
Merge "Stopping Face Unlock immediately on detaching from window fixes 7338808" into jb-mr1-dev
2 parents 69b0c97 + 9a9f4ce commit e4728b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy/src/com/android/internal/policy/impl/keyguard/KeyguardFaceUnlockView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void reset() {
7575
public void onDetachedFromWindow() {
7676
if (DEBUG) Log.d(TAG, "onDetachedFromWindow()");
7777
if (mBiometricUnlock != null) {
78-
mBiometricUnlock.stopAndShowBackup();
78+
mBiometricUnlock.stop();
7979
}
8080
}
8181

0 commit comments

Comments
 (0)