|
|
@@ -156,7 +156,7 @@ private fun TopToolBar(pv: PaddingValues, vm: VMHome) {
|
|
|
tint = Color.White
|
|
|
)
|
|
|
if (state.msgCount > 0) Text(
|
|
|
- if (state.msgCount > 99) "${state.msgCount}+" else "${state.msgCount}", color = Color.White, modifier = Modifier
|
|
|
+ if (state.msgCount > 99) "99+" else "${state.msgCount}", color = Color.White, modifier = Modifier
|
|
|
.offset(x = 8.dp, y = 15.dp)
|
|
|
.defaultMinSize(14.dp, 14.dp)
|
|
|
.clip(RoundedCornerShape(14.dp))
|