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

Commit 9c040913 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: I2ed7c027dba8e297db3839d4605de7b4b8da9811
parents 541e1d62 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.