Merge "Don't trigger textclassifier in a11y action."

This commit is contained in:
Abodunrinwa Toki
2017-02-28 20:02:03 +00:00
committed by Android (Google) Code Review

View File

@@ -10335,7 +10335,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
Selection.setSelection((Spannable) text, start, end);
// Make sure selection mode is engaged.
if (mEditor != null) {
mEditor.startSelectionActionModeAsync();
mEditor.startSelectionActionMode();
}
return true;
}