Skip to content

Commit 2d9fae2

Browse files
Danielle MillettAndroid (Google) Code Review
authored andcommitted
Merge "Removing callbacks in onDetachedFromWindow, fixes b/7465673" into jb-mr1-lockscreen-dev
2 parents 7741e62 + cade004 commit 2d9fae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public void onDetachedFromWindow() {
9090
if (mBiometricUnlock != null) {
9191
mBiometricUnlock.stop();
9292
}
93+
KeyguardUpdateMonitor.getInstance(mContext).removeCallback(mUpdateCallback);
9394
}
9495

9596
@Override

0 commit comments

Comments
 (0)