Skip to content

Commit

Permalink
Minor formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed Mar 15, 2024
1 parent bd97fb3 commit 184dbab
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,12 @@ fun SingleContainerBackstackManipulationBottomNavigation() {
container.Render()
}
BottomNavigation {
listOf(
val tabs = listOf(
BottomNavigation.FirstTab,
BottomNavigation.SecondTab,
BottomNavigation.ThirdTab,
).forEachIndexed { index, tabKey ->
)
tabs.forEachIndexed { index, tabKey ->
val activeKey = container.backstack.lastOrNull()?.navigationKey

BottomNavigationItem(
Expand Down

0 comments on commit 184dbab

Please sign in to comment.