Merge "Update for support library prebuilt drop" into pi-dev
This commit is contained in:
@@ -124,7 +124,7 @@ public class DeviceIndexUpdateJobService extends JobService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected CharSequence findTitle(Slice loadedSlice, SliceMetadata metaData) {
|
protected CharSequence findTitle(Slice loadedSlice, SliceMetadata metaData) {
|
||||||
ListContent content = new ListContent(this, loadedSlice);
|
ListContent content = new ListContent(null, loadedSlice);
|
||||||
SliceItem headerItem = content.getHeaderItem();
|
SliceItem headerItem = content.getHeaderItem();
|
||||||
if (headerItem == null) {
|
if (headerItem == null) {
|
||||||
if (content.getRowItems().size() != 0) {
|
if (content.getRowItems().size() != 0) {
|
||||||
|
Reference in New Issue
Block a user