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

Commit 3e51bc00 authored by Mark Renouf's avatar Mark Renouf
Browse files

Skip notifyDisplayEmpty if no longer the selected bubble

Bug: 137214536
Test: Manually: install go/bubbles-app. Click 'add bubble',
        expand stack, click 'Auto Expand Bubble',
	select first bubble. Click finish.
Change-Id: Ia8c194513a62a32a7c1db4fb01bf943a637adae3
parent 0e86206d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -938,8 +938,6 @@ public class BubbleController implements ConfigurationController.ConfigurationLi
            }
            if (expandedBubble.getDisplayId() == displayId) {
                mBubbleData.setExpanded(false);
            }
            if (expandedBubble.getExpandedView() != null) {
                expandedBubble.getExpandedView().notifyDisplayEmpty();
            }
        }