disable test nodes

This commit is contained in:
Kyle Spearrin 2019-01-16 16:15:13 -05:00
parent 2b8fe5fa98
commit ba5495877c
1 changed files with 2 additions and 2 deletions

View File

@ -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;