Fix nav titles

This commit is contained in:
Denis Andrasec 2024-07-04 17:12:21 +02:00
parent e7a075eeb6
commit 2bae3023e4
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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(