mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
null out testNodesData
This commit is contained in:
@@ -65,6 +65,7 @@ namespace Bit.Android
|
||||
var testNodesData = testNodes.Select(n => new { id = n.ViewIdResourceName, text = n.Text });
|
||||
testNodes.Dispose();
|
||||
testNodes = null;
|
||||
testNodesData = null;
|
||||
*/
|
||||
|
||||
var notificationManager = (NotificationManager)GetSystemService(NotificationService);
|
||||
|
||||
Reference in New Issue
Block a user