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

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

Merge "Views with zero alpha are shown for accessibility."

parents 6957b603 b3830f67
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -602,6 +602,7 @@ final class AccessibilityInteractionController {
        // tree traversal.
        return (view.mAttachInfo != null
                && view.mAttachInfo.mWindowVisibility == View.VISIBLE
                && view.getAlpha() > 0
                && view.isShown()
                && view.getGlobalVisibleRect(mViewRootImpl.mTempRect));
    }