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

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

am 2f4be247: am 2d9fae2b: Merge "Removing callbacks in onDetachedFromWindow,...

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

* commit '2f4be247':
  Removing callbacks in onDetachedFromWindow, fixes b/7465673
parents e5785461 2f4be247
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