1
0
Fork 0

Show the collections header when there are no collections

master
David Walsh 2020-03-11 09:40:59 -05:00 committed by Emily Kager
parent 31cc7d9166
commit fc67747409
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ private fun normalModeAdapterItems(
tabs.isNotEmpty() && collections.isEmpty() -> {
showTabs(items, tabs)
items.add(AdapterItem.CollectionHeader)
items.add(noCollectionMessage)
}