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

Commit 7e9b0b42 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix bug in KeyPreviewChoreographer.dismissKeyPreview

Bug: 12979147
Change-Id: Ibc60b4565badaebe760194f27984b02f9f966996
parent 2089afd2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -101,10 +101,11 @@ public final class KeyPreviewChoreographer {
            if (tag instanceof KeyPreviewAnimations) {
                final KeyPreviewAnimations animation = (KeyPreviewAnimations)tag;
                animation.startDismiss();
            }
                return;
            }
        }
        // Dismiss preview without animation.
        mShowingKeyPreviewTextViews.remove(key);
        if (tag instanceof Animator) {
            ((Animator)tag).cancel();
        }