Merge "Be super safe" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-15 22:09:47 +00:00
committed by Android (Google) Code Review

View File

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