mirror of
https://github.com/bitwarden/mobile
synced 2025-02-08 16:08:52 +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 });
|
var testNodesData = testNodes.Select(n => new { id = n.ViewIdResourceName, text = n.Text });
|
||||||
testNodes.Dispose();
|
testNodes.Dispose();
|
||||||
testNodes = null;
|
testNodes = null;
|
||||||
|
testNodesData = null;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var notificationManager = (NotificationManager)GetSystemService(NotificationService);
|
var notificationManager = (NotificationManager)GetSystemService(NotificationService);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user