mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
disable test nodes
This commit is contained in:
@@ -123,9 +123,9 @@ namespace Bit.Android
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var testNodes = GetWindowNodes(root, e, n => n.ViewIdResourceName != null && n.Text != null, false);
|
//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 testNodesData = testNodes.Select(n => new { id = n.ViewIdResourceName, text = n.Text });
|
||||||
testNodes.Dispose();
|
//testNodes.Dispose();
|
||||||
|
|
||||||
var notificationManager = (NotificationManager)GetSystemService(NotificationService);
|
var notificationManager = (NotificationManager)GetSystemService(NotificationService);
|
||||||
var cancelNotification = true;
|
var cancelNotification = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user