Nick Halase
01/08/2020, 4:16 PMalex009
01/08/2020, 4:59 PMNick Halase
01/10/2020, 4:01 AMalex009
01/10/2020, 6:53 AMkotlin
BottomNavigationItem(
id = 1,
title = "Cohorts".desc(),
screen = CohortsScreen::class,
icon = MR.images.list_simple_black
)
here must be used not CohortsScreen
but CohortsNavigationScreen
Nick Halase
01/11/2020, 4:58 AMalex009
01/11/2020, 10:34 AM