Loading core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -8222,7 +8222,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener } // Start a new selection if (!handled) { if (!handled && mEditor != null) { vibrate = handled = startSelectionActionMode(); } Loading Loading
core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -8222,7 +8222,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener } // Start a new selection if (!handled) { if (!handled && mEditor != null) { vibrate = handled = startSelectionActionMode(); } Loading