Merge "Set All Apps scale to 1 to start." into tm-qpr-dev

This commit is contained in:
Andy Wickham
2023-02-22 09:23:14 +00:00
committed by Android (Google) Code Review
@@ -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());
}