Merge "Fix selector bug" into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
22a3163f1d
@@ -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