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

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

Merge "Update mEndRect when closing ArrowPopup" into ub-launcher3-master

parents 0c5f58af e6981a60
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -419,6 +419,8 @@ public abstract class ArrowPopup<T extends BaseDraggingActivity> extends Abstrac
        }
        if (getOutlineProvider() instanceof RevealOutlineAnimation) {
            ((RevealOutlineAnimation) getOutlineProvider()).getOutline(mEndRect);
        } else {
            mEndRect.set(0, 0, getMeasuredWidth(), getMeasuredHeight());
        }
        if (mOpenCloseAnimator != null) {
            mOpenCloseAnimator.cancel();