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

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

Merge "Ensure ArrowPopup alpha is set to 1 at the end of the opening...

Merge "Ensure ArrowPopup alpha is set to 1 at the end of the opening animation." into ub-launcher3-master
parents 435041de 13d6dd8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -384,6 +384,7 @@ public abstract class ArrowPopup extends AbstractFloatingView {
        openAnim.addListener(new AnimatorListenerAdapter() {
            @Override
            public void onAnimationEnd(Animator animation) {
                setAlpha(1f);
                announceAccessibilityChanges();
                mOpenCloseAnimator = null;
            }