remove in ProgressRow while it is not working properly

This commit is contained in:
Felix 2019-11-19 22:53:19 +01:00
parent ac0427d95e
commit c77c8fc19b

View file

@ -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(