Loading java/src/com/android/inputmethod/keyboard/internal/KeyPreviewChoreographer.java +2 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
java/src/com/android/inputmethod/keyboard/internal/KeyPreviewChoreographer.java +2 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading