Merge "Deflake BubbleBarViewAnimatorTest" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
a673a1b456
+1
-1
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user