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

Commit 77122cf1 authored by Jeff Gaston's avatar Jeff Gaston Committed by android-build-merger
Browse files

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

am: 72f57a7c

Change-Id: I4256831e69c3a61ce18a22afcec0cec845da2e93
parents 94f84da5 72f57a7c
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) {