mirror of
https://github.com/bitwarden/android.git
synced 2024-12-19 15:52:29 +03:00
Comment out test nodes
This commit is contained in:
parent
5232cf7cec
commit
0a6fb3ec0a
1 changed files with 2 additions and 0 deletions
|
@ -63,9 +63,11 @@ 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 notificationManager = (NotificationManager)GetSystemService(NotificationService);
|
||||
switch(e.EventType)
|
||||
|
|
Loading…
Reference in a new issue