关闭不必要的吐司提示

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

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed Nov 19 08:54:07 HKT 2025
#Wed Nov 19 01:02:34 GMT 2025
stageCount=4
libraryProject=libaes
baseVersion=15.11
publishVersion=15.11.3
buildCount=0
buildCount=2
baseBetaVersion=15.11.4

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed Nov 19 08:54:02 HKT 2025
#Wed Nov 19 01:02:34 GMT 2025
stageCount=4
libraryProject=libaes
baseVersion=15.11
publishVersion=15.11.3
buildCount=0
buildCount=2
baseBetaVersion=15.11.4

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();
}
});