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

Commit bf25e758 authored by Mady Mellor's avatar Mady Mellor Committed by Automerger Merge Worker
Browse files

Merge "Ensure the expanded view is visible after rotation while IME is up"...

Merge "Ensure the expanded view is visible after rotation while IME is up" into udc-dev am: d17e74c7

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



Change-Id: I061d6185932c5be49d94ed62769fd08a39006a05
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1721c925 d17e74c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2518,6 +2518,7 @@ public class BubbleStackView extends FrameLayout
            mExpandedAnimationController.expandFromStack(() -> {
                updatePointerPosition(false /* forIme */);
                afterExpandedViewAnimation();
                mExpandedViewContainer.setVisibility(VISIBLE);
                mExpandedViewAnimationController.animateForImeVisibilityChange(visible);
            } /* after */);
            return;