Merge "Fix an issue where sometimes we wouldn't animate while dismissing" into udc-dev

This commit is contained in:
Mady Mellor
2023-04-25 18:39:54 +00:00
committed by Android (Google) Code Review

View File

@@ -880,6 +880,7 @@ public class BubbleStackView extends FrameLayout
final Runnable onBubbleAnimatedOut = () -> {
if (getBubbleCount() == 0) {
mExpandedViewTemporarilyHidden = false;
mBubbleController.onAllBubblesAnimatedOut();
}
};