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

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

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

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

Change-Id: Ie6562f67c386250b31645c4126933710403f5cb9
parents 89c065aa f664b6d0
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();
    }