mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
test: start processing some event info
This commit is contained in:
parent
d6818939b3
commit
86a3f516b1
1 changed files with 4 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue