Merge "Deflake BubbleBarViewAnimatorTest" into main

This commit is contained in:
Liran Binyamin
2024-11-21 14:53:22 +00:00
committed by Android (Google) Code Review
2 changed files with 14 additions and 6 deletions
@@ -473,8 +473,8 @@ constructor(
ObjectAnimator.ofFloat(bubbleBarView, View.TRANSLATION_Y, ty - bubbleBarBounceDistanceInPx)
.withDuration(BUBBLE_BAR_BOUNCE_ANIMATION_DURATION_MS)
.withEndAction {
if (animatingBubble?.expand == true) expandBubbleBar()
springBackAnimation.start()
if (animatingBubble?.expand == true) expandBubbleBar()
}
.start()
}