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

Commit 1ef706b0 authored by Jeff Gaston's avatar Jeff Gaston
Browse files

Update for support library prebuilt drop

Bug: 79267345
Test: m -j checkbuild

Change-Id: I5efa7195c27997f0bba34b81dc20c9180a4e271d
parent d2234b8a
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) {