mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 09:08:42 +08:00
Fix nav titles
This commit is contained in:
parent
e7a075eeb6
commit
2bae3023e4
@ -114,7 +114,7 @@ fun AnimationState(nav: NavHostController) {
|
||||
Scaffold(
|
||||
topBar = {
|
||||
TopAppBar(
|
||||
title = { Text(text = Destination.SimpleAnimation.title) },
|
||||
title = { Text(text = Destination.AnimationStateEvents.title) },
|
||||
navigationIcon = {
|
||||
IconButton({ nav.navigateUp() }) {
|
||||
Icon(
|
||||
|
||||
@ -55,7 +55,7 @@ fun IKFollowing(nav: NavHostController) {
|
||||
Scaffold(
|
||||
topBar = {
|
||||
TopAppBar(
|
||||
title = { Text(text = Destination.SimpleAnimation.title) },
|
||||
title = { Text(text = Destination.IKFollowing.title) },
|
||||
navigationIcon = {
|
||||
IconButton({ nav.navigateUp() }) {
|
||||
Icon(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user