关闭不必要的吐司提示
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#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
|
stageCount=4
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.11
|
baseVersion=15.11
|
||||||
publishVersion=15.11.3
|
publishVersion=15.11.3
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.11.4
|
baseBetaVersion=15.11.4
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#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
|
stageCount=4
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=15.11
|
baseVersion=15.11
|
||||||
publishVersion=15.11.3
|
publishVersion=15.11.3
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.11.4
|
baseBetaVersion=15.11.4
|
||||||
|
|||||||
@@ -310,10 +310,6 @@ public class ADsBannerView extends LinearLayout {
|
|||||||
public void onAdLoadFailed(int errorCode, String errorMsg) {
|
public void onAdLoadFailed(int errorCode, String errorMsg) {
|
||||||
String msg = "onAdLoadFailed: errorCode = " + errorCode + ", errorMsg = " + errorMsg;
|
String msg = "onAdLoadFailed: errorCode = " + errorCode + ", errorMsg = " + errorMsg;
|
||||||
LogUtils.d(TAG, msg);
|
LogUtils.d(TAG, msg);
|
||||||
if (errorCode == 300219) {
|
|
||||||
// 如果是广告拉取错误就提示一下
|
|
||||||
ToastUtils.show(String.format("米盟 SDK Error Code : %d", errorCode));
|
|
||||||
}
|
|
||||||
removeAllBanners();
|
removeAllBanners();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user