mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
disable test nodes
This commit is contained in:
parent
2b8fe5fa98
commit
ba5495877c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue