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

Commit 86ff34f9 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 am: bf25e758

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



Change-Id: I61dfbbf427809effc909582056af879df5c98240
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8ccd2e45 bf25e758
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;