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

Commit eac56fb3 authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Fix an issue where the dot might not appear" into main

parents 91d9042e f219a1c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2341,8 +2341,8 @@ public class BubbleStackView extends FrameLayout

        showScrim(true, null /* runnable */);
        updateBubbleShadows(mIsExpanded);
        updateBadges(false /* setBadgeForCollapsedStack */);
        mBubbleContainer.setActiveController(mExpandedAnimationController);
        updateBadges(false /* setBadgeForCollapsedStack */);
        updateOverflowVisibility();
        updatePointerPosition(false /* forIme */);
        mExpandedAnimationController.expandFromStack(() -> {