We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5a6d3 commit 803a060Copy full SHA for 803a060
1 file changed
lib/java/com/google/android/material/search/SearchViewAnimationHelper.java
@@ -603,6 +603,9 @@ public void setUpDummyToolbarIfNeeded() {
603
@Override
604
public AnimatorSet getExpandCollapseAnimatorSet(boolean show) {
605
AnimatorSet animatorSet = new AnimatorSet();
606
+ if (backProgressAnimatorSet == null) {
607
+ animatorSet.playTogether(getButtonsTranslationAnimator(show));
608
+ }
609
animatorSet.playTogether(
610
getScrimAlphaAnimator(show),
611
getRootViewAnimator(show),
0 commit comments