Merge "Added return before the animation is started." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
490858bfba
@@ -258,6 +258,7 @@ public class BubbleBarView extends FrameLayout {
|
||||
}
|
||||
if (!Flags.animateBubbleSizeChange()) {
|
||||
setIconSizeAndPadding(newIconSize, newBubbleBarPadding);
|
||||
return;
|
||||
}
|
||||
if (mScalePaddingAnimator != null && mScalePaddingAnimator.isRunning()) {
|
||||
mScalePaddingAnimator.cancel();
|
||||
|
||||
Reference in New Issue
Block a user