Merge "HideKeyboard when animations are disabled." into tm-qpr-dev am: ae81433665
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20004646 Change-Id: Ie5592448847cb52da6c961f9bc48135ddec9b5fd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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