mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Remove relayouts
b/29945805 > Workspace relayout occurs when window flag is set to change the status bar. This should not cause AllAppsTransitionController to be initialized. > Setting/Unsetting background drawables on the hotseat also causes unnecessary layout. Fix this issue. Change-Id: I73a3bfd3eb4bc34cf6760ffbd9826e3fef867056
This commit is contained in:
@@ -444,5 +444,6 @@ public class AllAppsTransitionController implements TouchController, VerticalPul
|
||||
if (!mLauncher.isAllAppsVisible()) {
|
||||
setProgress(mShiftRange);
|
||||
}
|
||||
mHotseat.removeOnLayoutChangeListener(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user