[fenix] Show the collections header when there are no collections

pull/600/head
David Walsh 5 years ago committed by Emily Kager
parent f3d6d7f52d
commit 1ae3202125

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