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

Commit 87e47b19 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Un-force fading edges in ListPopupWindows."

parents 6d8b9b84 5c3a77c0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);