Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae814336 authored by Anushree Ganjam's avatar Anushree Ganjam Committed by Android (Google) Code Review
Browse files

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

parents 925d6e5d 2043d36b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -319,7 +319,6 @@ public class AllAppsTransitionController
     * TODO: This logic should go in {@link LauncherState}
     * TODO: This logic should go in {@link LauncherState}
     */
     */
    private void onProgressAnimationEnd() {
    private void onProgressAnimationEnd() {
        if (FeatureFlags.ENABLE_DEVICE_SEARCH.get()) return;
        if (Float.compare(mProgress, 1f) == 0) {
        if (Float.compare(mProgress, 1f) == 0) {
            mAppsView.reset(false /* animate */);
            mAppsView.reset(false /* animate */);
            mLauncher.getAppsView().getSearchUiManager().getEditText().hideKeyboard();
            mLauncher.getAppsView().getSearchUiManager().getEditText().hideKeyboard();