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

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

Change-Id: I16bc9cfe41fd6be8b90a1caaeeeb0c84bcac6e26
This commit is contained in:
TreeHugger Robot
2020-06-15 22:22:44 +00:00
committed by Automerger Merge Worker

View File

@@ -1905,7 +1905,9 @@ public class BubbleStackView extends FrameLayout
updateOverflowVisibility();
afterExpandedViewAnimation();
previouslySelected.setContentVisibility(false);
if (previouslySelected != null) {
previouslySelected.setContentVisibility(false);
}
})
.start();
}