Merge "HideKeyboard when animations are disabled." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ae81433665
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user