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

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

Merge "Update for support library prebuilt drop" into pi-dev

parents 9b7f0e4c 3e76e17c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ public class DeviceIndexUpdateJobService extends JobService {
    }

    protected CharSequence findTitle(Slice loadedSlice, SliceMetadata metaData) {
        ListContent content = new ListContent(this, loadedSlice);
        ListContent content = new ListContent(null, loadedSlice);
        SliceItem headerItem = content.getHeaderItem();
        if (headerItem == null) {
            if (content.getRowItems().size() != 0) {