mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 00:36:49 +00:00
Fix issue cauing the taskbar to show in the all set page of the SUW.
Some missing state handling was causing the taskbar to show in the all set page of the SUW. Fixes: 218507703 Test: build change, flashed and factory reset device Change-Id: If3a280ef6416f0821cf6a9b1ab0a65d58c5c8221
This commit is contained in:
@@ -442,7 +442,8 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
|
||||
mControllers.stashedHandleViewController.setIsHomeButtonDisabled(
|
||||
mControllers.navbarButtonsViewController.isHomeDisabled());
|
||||
mControllers.taskbarKeyguardController.updateStateForSysuiFlags(systemUiStateFlags);
|
||||
mControllers.taskbarStashController.updateStateForSysuiFlags(systemUiStateFlags, fromInit);
|
||||
mControllers.taskbarStashController.updateStateForSysuiFlags(
|
||||
systemUiStateFlags, fromInit || !isUserSetupComplete());
|
||||
mControllers.taskbarScrimViewController.updateStateForSysuiFlags(systemUiStateFlags,
|
||||
fromInit);
|
||||
mControllers.navButtonController.updateSysuiFlags(systemUiStateFlags);
|
||||
|
||||
Reference in New Issue
Block a user