Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90ebaa8d authored by Abodunrinwa Toki's avatar Abodunrinwa Toki Committed by Android (Google) Code Review
Browse files

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

parents c61276c9 117240cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
                    }