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

Commit 5c3a77c0 authored by Adam Powell's avatar Adam Powell
Browse files

Un-force fading edges in ListPopupWindows.

Change-Id: Iefb1f64b1f8927fd3c29a8d448a1517afac1ffe1
parent 87105a3d
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);