mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
comment out test code
This commit is contained in:
parent
8e2d654b40
commit
be94c94309
1 changed files with 3 additions and 3 deletions
|
@ -78,9 +78,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;
|
||||
|
|
Loading…
Reference in a new issue