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

Commit bb423fee authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Be super safe" into rvc-dev am: f664b6d0 am: 9ad149eb

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11872633

Change-Id: Ib65e8f597f84daf271e9d145a5c0132fb56b5e48
parents e9a24302 9ad149eb
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();
    }