更改为魔力

This commit is contained in:
memory
2022-09-16 19:37:32 +08:00
parent 283e3802dd
commit 8ad5384e97
84 changed files with 111 additions and 111 deletions

View File

@@ -451,8 +451,8 @@ public class MessageFragment extends TFragment implements ModuleProxy, MessageLi
@Subscribe(threadMode = ThreadMode.MAIN)
public void onAntiSpamEvent(AntiSpamEvent event) {
// Toast.makeText(getContext(), "发送失败,音游提醒您文明用语~", Toast.LENGTH_SHORT).show();
SingleToastUtil.showToastShort("发送失败,音游提醒您文明用语~");
// Toast.makeText(getContext(), "发送失败,魔力提醒您文明用语~", Toast.LENGTH_SHORT).show();
SingleToastUtil.showToastShort("发送失败,魔力提醒您文明用语~");
}
private int moreCustomDrawable;