Fix some jank

Removing this line does not bring back the issue this code was
supposed to fix, and it does eliminate the jank.

We can remove all traces of I5e9631f258b8d273777c65f3f5460f1aa71f10b1
in UR9.

Bug: 8254380
Change-Id: I3af3f5e2745aca2667a5a50df306560fe61df5fc
diff --git a/chips/src/com/android/ex/chips/RecipientEditTextView.java b/chips/src/com/android/ex/chips/RecipientEditTextView.java
index 191b590..d9b6394 100644
--- a/chips/src/com/android/ex/chips/RecipientEditTextView.java
+++ b/chips/src/com/android/ex/chips/RecipientEditTextView.java
@@ -1872,7 +1872,7 @@
                              * We want the original text to be displayed until we can replace it
                              * with a real chip
                              */
-                            ((InvisibleRecipientChip) chip).setDisplayOriginalText(true);
+                            // ((InvisibleRecipientChip) chip).setDisplayOriginalText(true);
                         }
                         editable.setSpan(chip, chipStart, chipEnd,
                                 Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);