Loading core/java/android/widget/Editor.java +3 −4 Original line number Diff line number Diff line Loading @@ -1752,11 +1752,10 @@ public class Editor { * @return true if the drag was started. */ private boolean selectCurrentWordAndStartDrag() { if (extractedTextModeWillBeStarted()) { // Cancel the single tap delayed runnable. if (mInsertionActionModeRunnable != null) { mTextView.removeCallbacks(mInsertionActionModeRunnable); } if (extractedTextModeWillBeStarted()) { return false; } if (mTextActionMode != null) { Loading Loading
core/java/android/widget/Editor.java +3 −4 Original line number Diff line number Diff line Loading @@ -1752,11 +1752,10 @@ public class Editor { * @return true if the drag was started. */ private boolean selectCurrentWordAndStartDrag() { if (extractedTextModeWillBeStarted()) { // Cancel the single tap delayed runnable. if (mInsertionActionModeRunnable != null) { mTextView.removeCallbacks(mInsertionActionModeRunnable); } if (extractedTextModeWillBeStarted()) { return false; } if (mTextActionMode != null) { Loading