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

Commit 036c40f4 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am fa8ee177: Merge "Framework: bugfix for menu selector not showing up...

am fa8ee177: Merge "Framework: bugfix for menu selector not showing up properly." into honeycomb-mr2

* commit 'fa8ee177':
  Framework: bugfix for menu selector not showing up properly.
parents 7cae137e fa8ee177
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4638,6 +4638,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
        selectedPos = lookForSelectablePosition(selectedPos, down);
        if (selectedPos >= firstPosition && selectedPos <= getLastVisiblePosition()) {
            mLayoutMode = LAYOUT_SPECIFIC;
            updateSelectorState();
            setSelectionInt(selectedPos);
            invokeOnItemScrollListener();
        } else {