1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-19 14:34:49 +02:00

null out testNodesData

This commit is contained in:
Kyle Spearrin 2017-02-22 22:54:18 -05:00
parent a12a7127c0
commit c984617b1c

View File

@ -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);