Merge "Apply correct theme when launcher restarts" into main

This commit is contained in:
Vinay Joglekar
2025-05-14 04:56:27 -07:00
committed by Android (Google) Code Review
2 changed files with 12 additions and 4 deletions
@@ -298,8 +298,9 @@ public class QuickstepLauncher extends Launcher implements RecentsViewContainer,
@Override
protected void setupViews() {
getTheme().applyStyle(getOverviewBlurStyleResId(), true);
getAppWidgetHolder().setOnViewCreationCallback(new QuickstepInteractionHandler(this));
mDepthController = new DepthController(this);
getTheme().applyStyle(getOverviewBlurStyleResId(), true);
super.setupViews();
mActionsView = findViewById(R.id.overview_actions_view);
@@ -329,7 +330,7 @@ public class QuickstepLauncher extends Launcher implements RecentsViewContainer,
mAppTransitionManager.registerRemoteTransitions();
mTISBindHelper = new TISBindHelper(this, this::onTISConnected);
mDepthController = new DepthController(this);
if (DesktopModeStatus.canEnterDesktopModeOrShowAppHandle(this)) {
mSplitSelectStateController.initSplitFromDesktopController(this);
}