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

Commit 65d63b7b 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 am: bb423fee

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

Change-Id: Ie81c4e74a27fc899b13554748337b33f059d5b81
parents a448490b bb423fee
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();
    }