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

Commit 87779f63 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am 87d7d946: Merge "Accessibility focus should not scroll automatically." into jb-mr1-dev

* commit '87d7d946':
  Accessibility focus should not scroll automatically.
parents c546c40d 87d7d946
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();