We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bebefaa + a85236e commit 87d7d94Copy full SHA for 87d7d94
core/java/android/view/View.java
@@ -6466,11 +6466,6 @@ public boolean requestAccessibilityFocus() {
6466
if (viewRootImpl != null) {
6467
viewRootImpl.setAccessibilityFocus(this, null);
6468
}
6469
- if (mAttachInfo != null) {
6470
- Rect rectangle = mAttachInfo.mTmpInvalRect;
6471
- getDrawingRect(rectangle);
6472
- requestRectangleOnScreen(rectangle);
6473
- }
6474
invalidate();
6475
sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_ACCESSIBILITY_FOCUSED);
6476
notifyAccessibilityStateChanged();
0 commit comments