mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Fix memory leak in TaskbarLauncherStateController
mIconAlphaForHome.setConsumer(null) in onDestroy() Test: Run BinderTests#testSwitchToOverview locally Bug: 206633573 Change-Id: I912cd66097b113ee84197f23a5862e333d7e63f2
This commit is contained in:
@@ -115,6 +115,7 @@ import java.util.function.Supplier;
|
||||
mIconAlignmentForGestureState.finishAnimation();
|
||||
mIconAlignmentForLauncherState.finishAnimation();
|
||||
|
||||
mIconAlphaForHome.setConsumer(null);
|
||||
mLauncher.getHotseat().setIconsAlpha(1f);
|
||||
mLauncher.getStateManager().removeStateListener(mStateListener);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user