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

Commit b37bfe90 authored by Phil Weaver's avatar Phil Weaver
Browse files

Use correct default value for host view.

Bug: 62190714
Test: Now able to open pattern UI without a crash.
Change-Id: Ifff9b45ff23807445d4285d77b8e226c2d904f96
parent 8bebf339
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);
    }

    /**