feat:去掉守护星球公屏昵称前后空格:和其他公屏样式风格保持一致

This commit is contained in:
Max
2024-02-21 15:53:41 +08:00
parent 069eb3e89c
commit f721e34139

View File

@@ -1957,7 +1957,7 @@ public class MessageView extends FrameLayout {
// 內容
SpannableBuilder text = new SpannableBuilder(tvContent)
.append(ResUtil.getString(R.string.congratulation), new ForegroundColorSpan(greyColor))
.append(" " + attachment.getNick() + " ", new ForegroundColorSpan(roomTipNickColor),
.append(attachment.getNick(), new ForegroundColorSpan(roomTipNickColor),
new OriginalDrawStatusClickSpan() {
@Override
public void onClick(@NonNull View widget) {