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

Commit 90e854ab authored by Chet Haase's avatar Chet Haase
Browse files

ActionBarOverlay needs to be focusable

Issue #16654827 Settings search does not close all the way.

Change-Id: I6e46ac828a6a5e90e29761c176899b90d32563c5
parent e25547b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -184,6 +184,8 @@ public class ActionBarOverlayLayout extends ViewGroup implements DecorContentPar
                Build.VERSION_CODES.KITKAT;

        mFlingEstimator = new OverScroller(context);

        setFocusableInTouchMode(true);
    }

    @Override