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

am: 72f57a7c99

Change-Id: I4256831e69c3a61ce18a22afcec0cec845da2e93
This commit is contained in:
Jeff Gaston
2018-05-15 11:16:02 -07:00
committed by android-build-merger

View File

@@ -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) {