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

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

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

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