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

Commit e4310194 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: I41df92e8af27334f5eea64bd7bbc70005c358a9f
parents 5cda9d0a 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();
    }