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

Commit a1d11273 authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

am 154d251e: am 22a3163f: Merge "Fix selector bug" into lmp-mr1-dev

automerge: 3f5f13d7

* commit '3f5f13d7':
  Fix selector bug
parents f35d2a0c 3f5f13d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2567,7 +2567,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                if (getVisibility() == VISIBLE) {
                    selector.setVisible(true, false);
                }
                selector.setState(getDrawableState());
                updateSelectorState();
            }
            if (manageHotspot) {
                selector.setHotspot(x, y);