Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e93d586c authored by Feng Cao's avatar Feng Cao
Browse files

Make suggestion chip non-focusable to remove the background shadow

Test: manual
Bug: 146535667

Change-Id: I9d3289014d9ae542f4ebd46309530c6b80801892
parent 08b29115
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ class InlineSuggestionRoot extends FrameLayout {
        super(context);
        mOnErrorCallback = onErrorCallback;
        mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop();
        setFocusable(false);
    }

    @Override