mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3355 Chats | Fix | Minor fix
This commit is contained in:
parent
867d28a7ec
commit
cb24ecbcbf
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ fun Bubble(
|
|||
// Bubble username section
|
||||
if (!isUserAuthor) {
|
||||
Text(
|
||||
text = name,
|
||||
text = name.ifEmpty { stringResource(R.string.untitled) },
|
||||
style = Caption1Medium,
|
||||
color = colorResource(id = R.color.text_primary),
|
||||
maxLines = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue