Skip to content

Commit

Permalink
Remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jul 15, 2024
1 parent 8e4c583 commit 14d3171
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,18 +216,6 @@ fun MainScreen(

Scaffold(
bottomBar = {
/*AnimatedVisibility(visible = navigationType == BottomNavigation) {
Row {
MainScreenTab.entries.forEach { tab ->
Button(
modifier = Modifier.weight(1F),
onClick = { onTabSelected(mainNestedNavController, tab) },
) {
Text(text = tab.label + " " + (currentTab == tab))
}
}
}
}*/
GlassLikeBottomNavigation(
hazeState = hazeState,
onTabSelected = {
Expand Down

0 comments on commit 14d3171

Please sign in to comment.