mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-25 16:47:55 +01:00
test: start processing some event info
This commit is contained in:
parent
d6818939b3
commit
86a3f516b1
@ -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 New Issue
Block a user