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

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

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

* commit 'db148b65':
  Fix memory leak and slowness in keyguard
parents cb13a546 db148b65
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) {