整蛊修改

This commit is contained in:
18401019693
2023-12-15 17:17:18 +08:00
parent f10657f89c
commit 0b3ebdfc30
2 changed files with 6 additions and 6 deletions

View File

@@ -309,7 +309,7 @@ public class LiveChatAdapter extends RecyclerView.Adapter {
SpannableStringBuilder builder = new SpannableStringBuilder();
if (bean.getType() == -3) {
String str1 = WordUtil.isNewZh() ? "整蠱來了! " : "Pranks are coming";
String str2 = WordUtil.isNewZh() ? "" : "too";
String str2 = WordUtil.isNewZh() ? "" : "to";
builder.append(str1);
int length = builder.length();
builder.append(bean.getUserNiceName());