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

Commit 154d251e authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

* commit '22a3163f':
  Fix selector bug
parents db7eefbb 22a3163f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2565,7 +2565,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);