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

Commit 87d7d946 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Accessibility focus should not scroll automatically." into jb-mr1-dev

parents bebefaac a85236e5
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -6466,11 +6466,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
            if (viewRootImpl != null) {
                viewRootImpl.setAccessibilityFocus(this, null);
            }
            if (mAttachInfo != null) {
                Rect rectangle = mAttachInfo.mTmpInvalRect;
                getDrawingRect(rectangle);
                requestRectangleOnScreen(rectangle);
            }
            invalidate();
            sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_ACCESSIBILITY_FOCUSED);
            notifyAccessibilityStateChanged();