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

Commit c2238d00 authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

Fix default style in constructor with only one parameter

Bug:3011901
Change-Id: I6c1b8663ccdfae36d2bb5e63fdc852b6391f3585
parent beb2178b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ public class ListPopupWindow {
     * @param context Context used for contained views.
     */
    public ListPopupWindow(Context context) {
        this(context, null, 0, 0);
        this(context, null, com.android.internal.R.attr.listPopupWindowStyle, 0);
    }

    /**