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

Commit 823787aa authored by Sally Yuen's avatar Sally Yuen Committed by Android (Google) Code Review
Browse files

Merge "Make a view important if there is a delegate"

parents e08af038 9416c4c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14763,7 +14763,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
        }
        return mode == IMPORTANT_FOR_ACCESSIBILITY_YES || isActionableForAccessibility()
                || hasListenersForAccessibility() || getAccessibilityNodeProvider() != null
                || hasListenersForAccessibility() || mAccessibilityDelegate != null
                || getAccessibilityLiveRegion() != ACCESSIBILITY_LIVE_REGION_NONE
                || isAccessibilityPane();
    }