@@ -204,8 +204,8 @@ private fun TopToolBar(pv: PaddingValues, vm: VMHome) {
.padding(7.dp),
tint = Color.White
)
- Text(
- if (state.msgCount > 99) "99+" else "${state.msgCount}",
+ if (false) Text(
+ "1",
color = Color.White,
modifier = Modifier
.offset(x = 12.dp, y = 15.dp)