mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
Fix title
This commit is contained in:
parent
88ea68a9bc
commit
01a6952ff5
@ -66,7 +66,7 @@ fun Physics(nav: NavHostController) {
|
||||
Scaffold(
|
||||
topBar = {
|
||||
TopAppBar(
|
||||
title = { Text(text = Destination.SimpleAnimation.title) },
|
||||
title = { Text(text = Destination.Physics.title) },
|
||||
navigationIcon = {
|
||||
IconButton({ nav.navigateUp() }) {
|
||||
Icon(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user