1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-17 02:24:22 +02:00

comment out test code

This commit is contained in:
Kyle Spearrin 2017-07-31 12:34:19 -04:00
parent 8e2d654b40
commit be94c94309

View File

@ -78,9 +78,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;