am eb0918f1: am 450176c5: Merge "Fix: Text selection handles shouldn\'t be shown in accessibility mode" into mnc-dev
* commit 'eb0918f117bf01e3fb0d52b9b14afea8b0ab9920': Fix: Text selection handles shouldn't be shown in accessibility mode
This commit is contained in:
@@ -9658,6 +9658,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
|
||||
// controllers interact with how selection behaves.
|
||||
if (mEditor != null) {
|
||||
mEditor.hideCursorAndSpanControllers();
|
||||
mEditor.stopTextActionMode();
|
||||
}
|
||||
CharSequence text = getIterableTextForAccessibility();
|
||||
if (Math.min(start, end) >= 0 && Math.max(start, end) <= text.length()) {
|
||||
|
||||
Reference in New Issue
Block a user