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

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

Make sure we have an expanded bubble in onConfigChange

Test: manual
Fixes: 129269766
Change-Id: Ic908b8f9b1c2a2bb87a8b0789c5616193152deaf
parent c6479fd8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -265,8 +265,10 @@ public class BubbleStackView extends FrameLayout {
     * Handle config changes.
     */
    public void onConfigChanged() {
        if (mExpandedBubble != null) {
            mExpandedBubble.expandedView.updateHeaderColor();
        }
    }

    @Override
    public void getBoundsOnScreen(Rect outRect, boolean clipToParent) {