diff --git a/src/com/android/launcher3/allapps/AllAppsTransitionController.java b/src/com/android/launcher3/allapps/AllAppsTransitionController.java index 92c017ce88..4430a94654 100644 --- a/src/com/android/launcher3/allapps/AllAppsTransitionController.java +++ b/src/com/android/launcher3/allapps/AllAppsTransitionController.java @@ -200,6 +200,7 @@ public class AllAppsTransitionController ? FLAG_DARK_NAV : FLAG_LIGHT_NAV; setShiftRange(dp.allAppsShiftRange); + mAllAppScale.value = 1; mLauncher.addOnDeviceProfileChangeListener(this); mVibratorWrapper = VibratorWrapper.INSTANCE.get(mLauncher.getApplicationContext()); }