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

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

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

Loading…
Cancel
Save