移除一处调试用Toast

This commit is contained in:
zlzw 2022-09-13 17:42:09 +08:00
parent 211874b3ae
commit c1c7c71f4a

View File

@ -473,7 +473,6 @@ public class LiveAudienceActivity extends LiveActivity {
@Override @Override
protected void onDestroy() { protected void onDestroy() {
super.onDestroy(); super.onDestroy();
ToastUtil.show("Clear!");
ImgLoader.clearMemory(this); ImgLoader.clearMemory(this);
overridePendingTransition(0, 0); overridePendingTransition(0, 0);
Bus.getOff(this); Bus.getOff(this);