mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 12:53:08 +00:00
remove in ProgressRow while it is not working properly
This commit is contained in:
parent
ac0427d95e
commit
c77c8fc19b
1 changed files with 5 additions and 1 deletions
|
@ -158,7 +158,11 @@ class ConferencesBrowseFragment : BrowseSupportFragment() {
|
|||
private fun updateSectionRecomendations() =
|
||||
updateSection(
|
||||
Section.Recomendations,
|
||||
{ listOf(promotedRow, watchlistRow, inProgressRow).filter { it.adapter.size() > 0 } },
|
||||
{ listOf(
|
||||
promotedRow,
|
||||
watchlistRow // ,
|
||||
// inProgressRow
|
||||
).filter { it.adapter.size() > 0 } },
|
||||
recomendationsDivider)
|
||||
|
||||
private fun updateStreams(streamRows: List<Row>) = updateSection(
|
||||
|
|
Loading…
Reference in a new issue