aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-08-09 22:46:08 -0400
committerMatthew Wong <wongma@protonmail.ch>2015-08-14 17:36:49 -0400
commit3523a0497b3268485ffcf7107480d473cc930223 (patch)
tree58adebd08b13e6650396fdc5978ebde2a34b29ca /app/src/main/res
parent1ceb41acb69f8cd780d44b438ff8db3410cbe225 (diff)
Fix recursive filter; don't act twice on focus+click event
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/autofill_config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/autofill_config.xml b/app/src/main/res/xml/autofill_config.xml
index 36ef5aaa..adf418e6 100644
--- a/app/src/main/res/xml/autofill_config.xml
+++ b/app/src/main/res/xml/autofill_config.xml
@@ -1,6 +1,6 @@
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
android:description="@string/autofill_description"
- android:accessibilityEventTypes="typeViewFocused|typeWindowStateChanged|typeViewClicked"
+ android:accessibilityEventTypes="typeViewFocused|typeViewClicked|typeWindowStateChanged"
android:accessibilityFlags="flagDefault"
android:accessibilityFeedbackType="feedbackGeneric"
android:notificationTimeout="100"