Fix bug 2963261
Change-Id: I31952474cf9d31fff78436461aeb7d0ad34d9068
This commit is contained in:
@@ -706,7 +706,8 @@ public class ListPopupWindow {
|
||||
if (mItemClickListener != null) {
|
||||
final DropDownListView list = mDropDownList;
|
||||
final View child = list.getChildAt(position - list.getFirstVisiblePosition());
|
||||
mItemClickListener.onItemClick(list, child, position, child.getId());
|
||||
final ListAdapter adapter = list.getAdapter();
|
||||
mItemClickListener.onItemClick(list, child, position, adapter.getItemId(position));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user