am 22a3163f: Merge "Fix selector bug" into lmp-mr1-dev
* commit '22a3163f1da8387e42c68c459f5667ac10744a3c': Fix selector bug
This commit is contained in:
@@ -2565,7 +2565,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
|
|||||||
if (getVisibility() == VISIBLE) {
|
if (getVisibility() == VISIBLE) {
|
||||||
selector.setVisible(true, false);
|
selector.setVisible(true, false);
|
||||||
}
|
}
|
||||||
selector.setState(getDrawableState());
|
updateSelectorState();
|
||||||
}
|
}
|
||||||
if (manageHotspot) {
|
if (manageHotspot) {
|
||||||
selector.setHotspot(x, y);
|
selector.setHotspot(x, y);
|
||||||
|
|||||||
Reference in New Issue
Block a user