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

Commit 6b646e82 authored by Danielle Millett's avatar Danielle Millett Committed by Android Git Automerger
Browse files

am ae54cd6e: am 2f4be247: am 2d9fae2b: Merge "Removing callbacks in...

am ae54cd6e: am 2f4be247: am 2d9fae2b: Merge "Removing callbacks in onDetachedFromWindow, fixes b/7465673" into jb-mr1-lockscreen-dev

* commit 'ae54cd6e':
  Removing callbacks in onDetachedFromWindow, fixes b/7465673
parents 4d6d5f18 ae54cd6e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ public class KeyguardFaceUnlockView extends LinearLayout implements KeyguardSecu
        if (mBiometricUnlock != null) {
            mBiometricUnlock.stop();
        }
        KeyguardUpdateMonitor.getInstance(mContext).removeCallback(mUpdateCallback);
    }

    @Override