We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b74250 commit ebdf229Copy full SHA for ebdf229
feature/home/src/main/java/com/plottwist/feature/home/HomeScreen.kt
@@ -338,7 +338,7 @@ fun HomeTitle(
338
verticalArrangement = Arrangement.SpaceBetween
339
) {
340
Text(
341
- text = stringResource(R.string.home_subtitle, name),
+ text = if(name.isNotEmpty()) stringResource(R.string.home_subtitle, name) else "",
342
style = TukSerifTypography.title22M
343
)
344
0 commit comments