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:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user