File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -6279,8 +6279,6 @@ public void clearAccessibilityFocus() {
62796279 invalidate();
62806280 sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_ACCESSIBILITY_FOCUS_CLEARED);
62816281 notifyAccessibilityStateChanged();
6282- // Clear the text navigation state.
6283- setAccessibilityCursorPosition(ACCESSIBILITY_CURSOR_POSITION_UNDEFINED);
62846282 }
62856283 // Clear the global reference of accessibility focus if this
62866284 // view or any of its descendants had accessibility focus.
@@ -6327,7 +6325,6 @@ private boolean canTakeAccessibilityFocusFromHover() {
63276325 void clearAccessibilityFocusNoCallbacks() {
63286326 if ((mPrivateFlags2 & ACCESSIBILITY_FOCUSED) != 0) {
63296327 mPrivateFlags2 &= ~ACCESSIBILITY_FOCUSED;
6330- setAccessibilityCursorPosition(ACCESSIBILITY_CURSOR_POSITION_UNDEFINED);
63316328 invalidate();
63326329 }
63336330 }
You can’t perform that action at this time.
0 commit comments