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

Commit bcf2ecc9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "After AA+Search Edu, bring up IME" into sc-dev

parents 3186fbae 681154e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,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;