detail: generate sort header w/discs
This commit is contained in:
parent
3afbedb6bd
commit
6f3fc5904a
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ constructor(
|
|||
section.items
|
||||
}
|
||||
is DetailSection.Discs -> {
|
||||
val header = BasicHeader(section.stringRes)
|
||||
val header = SortHeader(section.stringRes)
|
||||
newList.add(Divider(header))
|
||||
newList.add(header)
|
||||
section.discs.flatMap { listOf(DiscHeader(it.key)) + it.value }
|
||||
|
|
Loading…
Reference in a new issue