Fix title

This commit is contained in:
Denis Andrasec 2024-07-10 11:09:05 +02:00
parent 88ea68a9bc
commit 01a6952ff5

View File

@ -66,7 +66,7 @@ fun Physics(nav: NavHostController) {
Scaffold( Scaffold(
topBar = { topBar = {
TopAppBar( TopAppBar(
title = { Text(text = Destination.SimpleAnimation.title) }, title = { Text(text = Destination.Physics.title) },
navigationIcon = { navigationIcon = {
IconButton({ nav.navigateUp() }) { IconButton({ nav.navigateUp() }) {
Icon( Icon(