Show the collections header when there are no collections

fennec/beta
David Walsh 4 years ago committed by Emily Kager
parent 31cc7d9166
commit fc67747409

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

Loading…
Cancel
Save