mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 02:57:04 +05:30
gradle: sync property set with APS
This commit is contained in:
parent
f6e3b6c540
commit
91d97e0696
4 changed files with 74 additions and 8 deletions
|
@ -124,7 +124,7 @@ fun LobstersApp(
|
|||
},
|
||||
title = {
|
||||
if (navItems.any { it.route == currentDestination }) {
|
||||
Text(text = stringResource(R.string.app_name), fontWeight = FontWeight.Bold)
|
||||
Text(text = stringResource(commonR.string.app_name), fontWeight = FontWeight.Bold)
|
||||
}
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue