commit | e93d586c0fc51158753567450a8f61684a170c89 | [log] [tgz] |
---|---|---|
author | Feng Cao <fengcao@google.com> | Fri Feb 07 17:44:50 2020 -0800 |
committer | Feng Cao <fengcao@google.com> | Fri Feb 07 17:44:57 2020 -0800 |
tree | bd8b7e0b884ee543b3a7e9eb3b0f1392c32b0395 | |
parent | 08b29115c8a75c4aa89fdffc4d78262b9b61ce6f [diff] |
Make suggestion chip non-focusable to remove the background shadow Test: manual Bug: 146535667 Change-Id: I9d3289014d9ae542f4ebd46309530c6b80801892
diff --git a/services/autofill/java/com/android/server/autofill/ui/InlineSuggestionRoot.java b/services/autofill/java/com/android/server/autofill/ui/InlineSuggestionRoot.java index 8d476d7..e813dae 100644 --- a/services/autofill/java/com/android/server/autofill/ui/InlineSuggestionRoot.java +++ b/services/autofill/java/com/android/server/autofill/ui/InlineSuggestionRoot.java
@@ -48,6 +48,7 @@ super(context); mOnErrorCallback = onErrorCallback; mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); + setFocusable(false); } @Override