Removes top bar for Community and Hashtag posts

This commit is contained in:
Vitor Pamplona 2023-07-06 21:03:05 -04:00
parent 4406532994
commit b3a369d91b

View File

@ -116,6 +116,8 @@ private fun RenderTopRouteBar(
when (currentRoute) {
Route.Channel.base -> NoTopBar()
Route.Room.base -> NoTopBar()
Route.Community.base -> NoTopBar()
Route.Hashtag.base -> NoTopBar()
// Route.Profile.route -> TopBarWithBackButton(nav)
Route.Home.base -> HomeTopBar(followLists, scaffoldState, accountViewModel, nav)
Route.Video.base -> StoriesTopBar(followLists, scaffoldState, accountViewModel, nav)