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

Commit aaa11421 authored by Svetoslav's avatar Svetoslav
Browse files

Disable node tree consistency check on user builds.

Change-Id: I6ec8cfc41fefc12e4c8fb6f39715831f072cb074
parent 80676064
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>();