Skip to content

Commit

Permalink
AppBar fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Jun 17, 2024
1 parent a130a34 commit 7e8f64b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class MainActivity : NordicActivity() {
Scaffold(
topBar = {
NordicAppBar(
title = stringResource(id = R.string.title_main),
title = { Text(text = stringResource(id = R.string.title_main)) },
showBackButton = listOf(Hello, HelloDialog).contains(
currentDestination
),
Expand Down

0 comments on commit 7e8f64b

Please sign in to comment.