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

Commit 61c67c14 authored by Phil Weaver's avatar Phil Weaver Committed by Android (Google) Code Review
Browse files

Merge "Use correct default value for host view."

parents 7d0b3bbf b37bfe90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ public class AccessibilityRecord {
     * @throws IllegalStateException If called from an AccessibilityService.
     */
    public void setSource(View source) {
        setSource(source, AccessibilityNodeInfo.UNDEFINED_ITEM_ID);
        setSource(source, AccessibilityNodeProvider.HOST_VIEW_ID);
    }

    /**