Merge "Added return before the animation is started." into main

This commit is contained in:
Mykola Podolian
2024-06-18 05:45:53 +00:00
committed by Android (Google) Code Review
@@ -258,6 +258,7 @@ public class BubbleBarView extends FrameLayout {
}
if (!Flags.animateBubbleSizeChange()) {
setIconSizeAndPadding(newIconSize, newBubbleBarPadding);
return;
}
if (mScalePaddingAnimator != null && mScalePaddingAnimator.isRunning()) {
mScalePaddingAnimator.cancel();