diff --git a/src/Android/AutofillService.cs b/src/Android/AutofillService.cs index 6977349b5..f5c9e9a29 100644 --- a/src/Android/AutofillService.cs +++ b/src/Android/AutofillService.cs @@ -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);