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

Commit 6e4ddd7f authored by Mark Renouf's avatar Mark Renouf
Browse files

Notify of order change when selected bubble moved to top

Bug: 134960381
Test: Add two bubbles, expand stack. Select first. Collapse.
        First bubble should appear on top of the stack.

Change-Id: I9f1076424032b98934014e92b62b9cf91ab446f9
parent 3e51bc00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ public class BubbleData {
                    // bubble remains on top.
                    mBubbles.remove(mSelectedBubble);
                    mBubbles.add(0, mSelectedBubble);
                    packGroup(0);
                    mStateChange.orderChanged |= packGroup(0);
                }
            }
        }