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

Commit 9f35c377 authored by Jeff Gaston's avatar Jeff Gaston Committed by Android (Google) Code Review
Browse files

Merge "Update for support library prebuilt drop"

parents ef1a2971 1ef706b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe
            return;
        }

        ListContent lc = new ListContent(getContext(), mSlice);
        ListContent lc = new ListContent(getContext(), mSlice, null, 0, 0);
        mHasHeader = lc.hasHeader();
        List<SliceItem> subItems = lc.getRowItems();
        if (!mHasHeader) {