disable test nodes

This commit is contained in:
Kyle Spearrin 2018-05-21 22:53:32 -04:00
parent 41b4ee33fe
commit 62002b8bb3
1 changed files with 3 additions and 3 deletions

View File

@ -123,9 +123,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;