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

Commit 9ec52264 authored by Mady Mellor's avatar Mady Mellor
Browse files

Be super safe

Test: treehugger
Fixes: 158913439
Change-Id: I741a906a41c3557e048d5b946b893d3369b7175f
parent c744ad24
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1905,7 +1905,9 @@ public class BubbleStackView extends FrameLayout
                    updateOverflowVisibility();

                    afterExpandedViewAnimation();
                    if (previouslySelected != null) {
                        previouslySelected.setContentVisibility(false);
                    }
                })
                .start();
    }