We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c4f68 commit 81aafd6Copy full SHA for 81aafd6
1 file changed
android/app/src/main/java/com/simplecityapps/shuttle/ui/screens/library/songs/SongListItem.kt
@@ -115,7 +115,7 @@ fun SongListItem(
115
) {
116
Text(
117
modifier = Modifier.fillMaxWidth(),
118
- text = song.name ?: "no name", // FIXME
+ text = song.name ?: stringResource(R.string.unknown),
119
style = MaterialTheme.typography.bodyMedium,
120
color = MaterialTheme.colorScheme.onBackground,
121
)
0 commit comments