Merge "HideKeyboard when animations are disabled." into tm-qpr-dev

This commit is contained in:
Anushree Ganjam
2022-09-22 18:03:52 +00:00
committed by Android (Google) Code Review
@@ -319,7 +319,6 @@ public class AllAppsTransitionController
* TODO: This logic should go in {@link LauncherState}
*/
private void onProgressAnimationEnd() {
if (FeatureFlags.ENABLE_DEVICE_SEARCH.get()) return;
if (Float.compare(mProgress, 1f) == 0) {
mAppsView.reset(false /* animate */);
mLauncher.getAppsView().getSearchUiManager().getEditText().hideKeyboard();