change app logo and name

This commit is contained in:
huangjian
2022-09-26 11:13:06 +08:00
parent 869c2d7ffc
commit 975b50b205
73 changed files with 116 additions and 126 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(), "发送失败,Peko提醒您文明用语~", Toast.LENGTH_SHORT).show();
SingleToastUtil.showToastShort("发送失败,Peko提醒您文明用语~");
}
private int moreCustomDrawable;