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

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

Ensure the manage menu is closed when the stack collapses

Bug: 255908995
Test: manual - expand the bubble stack, open the manage menu, turn
               off the screen
             - turn on the screen and unlock
             => verify bubbles are collapsed
Change-Id: I9ae1ff43a4c64ce46e4ad8fcbefc93e79c9d7afe
parent dc5ae012
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1956,6 +1956,7 @@ public class BubbleStackView extends FrameLayout
        if (wasExpanded) {
            stopMonitoringSwipeUpGesture();
            animateCollapse();
            showManageMenu(false);
            logBubbleEvent(mExpandedBubble, FrameworkStatsLog.BUBBLE_UICHANGED__ACTION__COLLAPSED);
        } else {
            animateExpansion();