diff --git a/src/Android/AutofillService.cs b/src/Android/AutofillService.cs index ef7dec52f..296dccffe 100644 --- a/src/Android/AutofillService.cs +++ b/src/Android/AutofillService.cs @@ -84,8 +84,7 @@ namespace Bit.Android { return; } - - /* + try { var root = RootInActiveWindow; @@ -96,6 +95,8 @@ namespace Bit.Android return; } + /* + //var testNodes = GetWindowNodes(root, e, n => n.ViewIdResourceName != null && n.Text != null, false); //var testNodesData = testNodes.Select(n => new { id = n.ViewIdResourceName, text = n.Text }); //testNodes.Dispose(); @@ -203,10 +204,10 @@ namespace Bit.Android notificationManager?.Dispose(); root.Dispose(); e.Dispose(); + */ } // Suppress exceptions so that service doesn't crash catch { } - */ } public override void OnInterrupt()