Removes debug info

This commit is contained in:
Vitor Pamplona
2023-06-25 19:16:15 -04:00
parent ca3f4c3ec6
commit a6390f58d9
@@ -605,7 +605,7 @@ fun ChannelHeader(
) { ) {
Row(verticalAlignment = Alignment.CenterVertically) { Row(verticalAlignment = Alignment.CenterVertically) {
Text( Text(
channel.toBestDisplayName() + channel.idHex.split(":")[2], text = remember(channelState) { channel.toBestDisplayName() },
fontWeight = FontWeight.Bold, fontWeight = FontWeight.Bold,
maxLines = 1, maxLines = 1,
overflow = TextOverflow.Ellipsis overflow = TextOverflow.Ellipsis