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

Commit efc5e234 authored by Jerry Chang's avatar Jerry Chang Committed by Automerger Merge Worker
Browse files

Merge "Support split resizing while showing floating IME panel" into udc-dev am: 0bfa21fe

parents 3c8bfedb 0bfa21fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1091,7 +1091,7 @@ public final class SplitLayout implements DisplayInsetsController.OnInsetsChange
            // ImePositionProcessor#onImeVisibilityChanged directly in DividerView is not enough
            // because DividerView won't receive onImeVisibilityChanged callback after it being
            // re-inflated.
            mSplitWindowManager.setInteractive(!mImeShown || !mHasImeFocus,
            mSplitWindowManager.setInteractive(!mImeShown || !mHasImeFocus || isFloating,
                    "onImeStartPositioning");

            return needOffset ? IME_ANIMATION_NO_ALPHA : 0;