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

Unverified Commit 93dcabcf authored by Pranav Vashi's avatar Pranav Vashi Committed by Michael Bestas
Browse files

Launcher3: Hide keyboard when transitioning to home screen

Fixes: https://github.com/crdroidandroid/issue_tracker/issues/448


Change-Id: I613ed3509dfe7861887716e293ff4b51d6905612
Signed-off-by: default avatarPranav Vashi <neobuddy89@gmail.com>
parent c00aff0c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2699,7 +2699,9 @@ public class Launcher extends StatefulActivity<LauncherState>
     * @param progress Transition progress from 0 to 1; where 0 => home and 1 => all apps.
     */
    public void onAllAppsTransition(float progress) {
        // No-Op
        if (progress == 0 && mAppsView != null) {
            hideKeyboard();
        }
    }

    /** @return list of View targets to be blurred based on changes to depth. */