Merge "Be super safe" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f664b6d0d9
@@ -1905,7 +1905,9 @@ public class BubbleStackView extends FrameLayout
|
|||||||
updateOverflowVisibility();
|
updateOverflowVisibility();
|
||||||
|
|
||||||
afterExpandedViewAnimation();
|
afterExpandedViewAnimation();
|
||||||
previouslySelected.setContentVisibility(false);
|
if (previouslySelected != null) {
|
||||||
|
previouslySelected.setContentVisibility(false);
|
||||||
|
}
|
||||||
})
|
})
|
||||||
.start();
|
.start();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user