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

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

am b30dda6b: am 036c40f4: am fa8ee177: Merge "Framework: bugfix for menu...

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

* commit 'b30dda6b':
  Framework: bugfix for menu selector not showing up properly.
parents 9f2f3752 b30dda6b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4661,6 +4661,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 {