Is it intentional or a bug that when I embed a lis...
# moko
n
Is it intentional or a bug that when I embed a list widget in a screen implementing navigation that the list completely covers the top navigation bar?
a
Hi. Can you show screen code and screenshot?
Tapping into a “Cohort” would yield another TableView with cells representing members of that cohort (which could then be tapped to view images of those members).
a
Copy code
kotlin
BottomNavigationItem(
                    id = 1,
                    title = "Cohorts".desc(),
                    screen = CohortsScreen::class,
                    icon = MR.images.list_simple_black
                )
here must be used not
CohortsScreen
but
CohortsNavigationScreen
n
Thank you, lol. I’m an idiot 😅. Any plans to add button support for the top bar?
a
request please this improvement on github and it will be in plans 🙂