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

Commit 9fde9a25 authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "ActionBarOverlay needs to be focusable" into lmp-dev

parents 1e1a01b0 90e854ab
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