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

Commit 2167b11d authored by Chet Haase's avatar Chet Haase
Browse files

Fix selector bug

Issue #18784539 Row stays highlighted if I begin scrolling after the rows been highlighted in "About phone"

Change-Id: Ia91467d8fe64eec077f20af70eae0d5bb070c255
parent f441557d
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);