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

Commit 0872d5d0 authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Ignore repeated dismissals for clipboard

Bug: 231612112
Test: manual
Change-Id: Ie2da2d0b899e2a0b96ad241fadfcc9faa6425517
parent bd767e19
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -551,6 +551,9 @@ public class ClipboardOverlayController {
    }

    private void animateOut() {
        if (mExitAnimator != null && mExitAnimator.isRunning()) {
            return;
        }
        Animator anim = getExitAnimation();
        anim.addListener(new AnimatorListenerAdapter() {
            private boolean mCancelled;