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

Commit 817faef2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make sure we have an expanded bubble in onConfigChange"

parents 865ce750 e37f60b3
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) {