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;