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