From ba5495877c00260f207f877ae635875899cbc51e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 16 Jan 2019 16:15:13 -0500 Subject: [PATCH] disable test nodes --- src/Android/AutofillService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Android/AutofillService.cs b/src/Android/AutofillService.cs index c45afca43..55e927110 100644 --- a/src/Android/AutofillService.cs +++ b/src/Android/AutofillService.cs @@ -129,8 +129,8 @@ 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 }); + // 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 }); var notificationManager = (NotificationManager)GetSystemService(NotificationService); var cancelNotification = true;