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

Commit 681154e5 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

After AA+Search Edu, bring up IME

Bug: 179154570
Test: Manual

Change-Id: I2d010103dd37b84b3672ba0d6ff5897373991585
parent 350e1dbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ public class DeviceSearchEdu extends AbstractSlideInView implements
    @Override
    protected void handleClose(boolean animate) {
        handleClose(animate, ANIMATION_DURATION);
        mLauncher.getAllAppsController().getInsetController().show();
        mLauncher.getStateManager().removeStateListener(this);
    }

+4 −0
Original line number Diff line number Diff line
@@ -86,6 +86,10 @@ public class AllAppsInsetTransitionController {
        mApps = appsView;
    }

    public void show() {
        mApps.getWindowInsetsController().show(WindowInsets.Type.ime());
    }

    public void hide() {
        if (!Utilities.ATLEAST_R) return;