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;