Loading services/autofill/java/com/android/server/autofill/ui/InlineSuggestionRoot.java +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ class InlineSuggestionRoot extends FrameLayout { super(context); mOnErrorCallback = onErrorCallback; mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); setFocusable(false); } @Override Loading Loading
services/autofill/java/com/android/server/autofill/ui/InlineSuggestionRoot.java +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ class InlineSuggestionRoot extends FrameLayout { super(context); mOnErrorCallback = onErrorCallback; mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); setFocusable(false); } @Override Loading