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

Commit ed362063 authored by Tiger Huang's avatar Tiger Huang Committed by Automerger Merge Worker
Browse files

Merge "Don't notify insets change while moving invisible IME" into sc-dev am: 1c2df9c5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13733956

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id7bd359210ae1ca16cf7b5aa9f4604e33144752f
parents 09af5677 1c2df9c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3699,8 +3699,8 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp
        // app.
        assignWindowLayers(true /* setLayoutNeeded */);
        // 3. The z-order of IME might have been changed. Update the above insets state.
        mInsetsStateController.updateAboveInsetsState(
                mInputMethodWindow, true /* notifyInsetsChange */);
        mInsetsStateController.updateAboveInsetsState(mInputMethodWindow,
                mInsetsStateController.getRawInsetsState().getSourceOrDefaultVisibility(ITYPE_IME));
        // 4. Update the IME control target to apply any inset change and animation.
        // 5. Reparent the IME container surface to either the input target app, or the IME window
        // parent.