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

Commit fbe0b6ee authored by Mady Mellor's avatar Mady Mellor
Browse files

Ensure the expanded view is visible after rotation while IME is up

This is a regression from ag/22722942

Bug: 283723548
Test: manual - have an expanded bubble, get the IME to show
             - rotate the device
             => ensure the expanded view is still visible after
                rotating
Change-Id: I34d245c832a79fe0b4d741dfcfa04487ba1285df
parent 1b3a3c65
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;