1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 14:53:18 +00:00

added back FromAutofillService functionality

This commit is contained in:
Kyle Spearrin
2017-02-03 23:21:40 -05:00
parent 31b2eeb293
commit 46bb8d2cb5
3 changed files with 19 additions and 3 deletions

View File

@@ -52,6 +52,8 @@ namespace Bit.Android
public override void OnAccessibilityEvent(AccessibilityEvent e)
{
Enabled = true;
var eventType = e.EventType;
var packageName = e.PackageName;