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

Commit c9cc6907 authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am 5e3ab35c: am f3cad918: am db148b65: Merge "Fix memory leak and slowness in...

am 5e3ab35c: am f3cad918: am db148b65: Merge "Fix memory leak and slowness in keyguard" into klp-dev

* commit '5e3ab35c':
  Fix memory leak and slowness in keyguard
parents 4a99019d 5e3ab35c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -322,6 +322,7 @@ public class KeyguardTransportControlView extends FrameLayout {
        mAudioManager.unregisterRemoteController(mRemoteController);
        KeyguardUpdateMonitor.getInstance(mContext).removeCallback(mUpdateMonitor);
        mUserSeeking = false;
        removeCallbacks(mUpdateSeekBars);
    }

    void setBadgeIcon(Drawable bmp) {