Merge "Fix an issue where sometimes we wouldn't animate while dismissing" into udc-dev
This commit is contained in:
@@ -880,6 +880,7 @@ public class BubbleStackView extends FrameLayout
|
||||
|
||||
final Runnable onBubbleAnimatedOut = () -> {
|
||||
if (getBubbleCount() == 0) {
|
||||
mExpandedViewTemporarilyHidden = false;
|
||||
mBubbleController.onAllBubblesAnimatedOut();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user