mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-24 21:31:31 +01:00
null out testNodesData
This commit is contained in:
parent
a12a7127c0
commit
c984617b1c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user