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

Commit 380d1c45 authored by Miranda Kephart's avatar Miranda Kephart Committed by Automerger Merge Worker
Browse files

Merge "Ignore repeated dismissals for clipboard" into tm-dev am: 3ffed0bc

parents 88a46c0c 3ffed0bc
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;