We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c805cb + fbb9c61 commit 9a4a037Copy full SHA for 9a4a037
1 file changed
policy/src/com/android/internal/policy/impl/keyguard/KeyguardFaceUnlockView.java
@@ -68,6 +68,14 @@ public void reset() {
68
69
}
70
71
+ @Override
72
+ public void onDetachedFromWindow() {
73
+ if (mBiometricUnlock != null) {
74
+ mBiometricUnlock.hide();
75
+ mBiometricUnlock.stop();
76
+ }
77
78
+
79
@Override
80
public void onPause() {
81
if (mBiometricUnlock != null) {
0 commit comments