From 052e227b651f83cf25b3edc08626bf8c7102b02e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 1 Feb 2018 14:31:53 -0500 Subject: [PATCH] comment out test nodes --- src/Android/AutofillService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Android/AutofillService.cs b/src/Android/AutofillService.cs index 1aec1c94e..5a36eb9bc 100644 --- a/src/Android/AutofillService.cs +++ b/src/Android/AutofillService.cs @@ -95,9 +95,9 @@ namespace Bit.Android return; } - var testNodes = GetWindowNodes(root, e, n => n.ViewIdResourceName != null && n.Text != null, false); - var testNodesData = testNodes.Select(n => new { id = n.ViewIdResourceName, text = n.Text }); - testNodes.Dispose(); + //var testNodes = GetWindowNodes(root, e, n => n.ViewIdResourceName != null && n.Text != null, false); + //var testNodesData = testNodes.Select(n => new { id = n.ViewIdResourceName, text = n.Text }); + //testNodes.Dispose(); var notificationManager = (NotificationManager)GetSystemService(NotificationService); var cancelNotification = true;