Add navigation title back
This commit is contained in:
@@ -871,6 +871,7 @@ class MainActivity : ComponentActivity(), ServiceConnection.Callback {
|
|||||||
Icon(screen.icon, contentDescription = null)
|
Icon(screen.icon, contentDescription = null)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
label = { Text(stringResource(screen.titleRes)) },
|
||||||
selected =
|
selected =
|
||||||
currentDestination?.hierarchy?.any {
|
currentDestination?.hierarchy?.any {
|
||||||
it.route == screen.route
|
it.route == screen.route
|
||||||
|
|||||||
Reference in New Issue
Block a user