Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7553695e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix bug where folder icon dot anim plays every time." into ub-launcher3-master

parents 794a68e9 ae9f6209
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -427,8 +427,10 @@ public class FloatingIconView extends View implements Animator.AnimatorListener,
                        public void onAnimationEnd(Animator animation) {
                        public void onAnimationEnd(Animator animation) {
                            folderIcon.setBackgroundVisible(true);
                            folderIcon.setBackgroundVisible(true);
                            folderIcon.animateBgShadowAndStroke();
                            folderIcon.animateBgShadowAndStroke();
                            if (folderIcon.hasDot()) {
                                folderIcon.animateDotScale(0, 1f);
                                folderIcon.animateDotScale(0, 1f);
                            }
                            }
                        }
                    });
                    });
                } else {
                } else {
                    fade.play(ObjectAnimator.ofFloat(originalView, ALPHA, 0f, 1f));
                    fade.play(ObjectAnimator.ofFloat(originalView, ALPHA, 0f, 1f));