关闭不必要的吐司提示

This commit is contained in:
ZhanGSKen
2025-11-19 09:03:51 +08:00
parent 564289a114
commit f7b30bebc0
3 changed files with 4 additions and 8 deletions

View File

@@ -310,10 +310,6 @@ public class ADsBannerView extends LinearLayout {
public void onAdLoadFailed(int errorCode, String errorMsg) {
String msg = "onAdLoadFailed: errorCode = " + errorCode + ", errorMsg = " + errorMsg;
LogUtils.d(TAG, msg);
if (errorCode == 300219) {
// 如果是广告拉取错误就提示一下
ToastUtils.show(String.format("米盟 SDK Error Code : %d", errorCode));
}
removeAllBanners();
}
});