El código del ejemplo de Bottom Navigation (Material 3) está incorrecto #121
saishaddai
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
La documentación en AppBars -> Bottom Navigation -> Ejemplos (Material 3) está incorrecta
El ejemplo dice:
NavigationBar( windowInsets = NavigationBarDefaults.windowInsets ){BottomNavigationItem( // <- éste debería ser NavigationBarItemselected = true,onClick = { /*TODO*/ },icon = { Icon( Icons.Filled.Favorite, null) },label = { Text(text = "Aris")})...¿Podrían crear el issue para que pueda corregirlo?
Beta Was this translation helpful? Give feedback.
All reactions