Loading core/java/android/widget/ListPopupWindow.java +0 −1 Original line number Diff line number Diff line Loading @@ -988,7 +988,6 @@ public class ListPopupWindow { mDropDownList.setSelector(mDropDownListHighlight); } mDropDownList.setAdapter(mAdapter); mDropDownList.setVerticalFadingEdgeEnabled(true); mDropDownList.setOnItemClickListener(mItemClickListener); mDropDownList.setFocusable(true); mDropDownList.setFocusableInTouchMode(true); Loading Loading
core/java/android/widget/ListPopupWindow.java +0 −1 Original line number Diff line number Diff line Loading @@ -988,7 +988,6 @@ public class ListPopupWindow { mDropDownList.setSelector(mDropDownListHighlight); } mDropDownList.setAdapter(mAdapter); mDropDownList.setVerticalFadingEdgeEnabled(true); mDropDownList.setOnItemClickListener(mItemClickListener); mDropDownList.setFocusable(true); mDropDownList.setFocusableInTouchMode(true); Loading