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

Commit cdde86e7 authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am aaa11421: Disable node tree consistency check on user builds.

* commit 'aaa11421':
  Disable node tree consistency check on user builds.
parents 4d31bd5f aaa11421
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ import java.util.Queue;
 */
final class AccessibilityInteractionController {

    private static final boolean ENFORCE_NODE_TREE_CONSISTENT = Build.IS_DEBUGGABLE;
    private static final boolean ENFORCE_NODE_TREE_CONSISTENT = false;

    private final ArrayList<AccessibilityNodeInfo> mTempAccessibilityNodeInfoList =
        new ArrayList<AccessibilityNodeInfo>();