Migrate ENABLE_ALL_APPS_BUTTON_IN_HOTSEAT to launcher.aconfig

Flag: com.android.launcher3.enable_all_apps_button_in_hotseat
Test: N/A
Bug: 270393897
Change-Id: Ib62a2f46a440d8f0d3f569c09c4f8754715db4ee
This commit is contained in:
Jon Miranda
2024-09-16 14:58:08 -07:00
parent 98d85d6dc0
commit aec1e05be5
4 changed files with 14 additions and 2 deletions
@@ -1695,7 +1695,7 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
duration);
View allAppsButton = mControllers.taskbarViewController.getAllAppsButtonView();
if (allAppsButton != null && !FeatureFlags.ENABLE_ALL_APPS_BUTTON_IN_HOTSEAT.get()) {
if (allAppsButton != null && !FeatureFlags.enableAllAppsButtonInHotseat()) {
ValueAnimator alphaOverride = ValueAnimator.ofFloat(0, 1);
alphaOverride.setDuration(duration);
alphaOverride.addUpdateListener(a -> {