From 3ae56bb202b5108be35e7795ab407e0a62bb25d2 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Thu, 27 Nov 2025 13:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=9F=BA=E7=A1=80=E7=B1=BB?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- powerbell/build.gradle | 2 +- .../src/main/java/cc/winboll/studio/powerbell/MainActivity.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/powerbell/build.gradle b/powerbell/build.gradle index 5810634a..0c0bb7ca 100644 --- a/powerbell/build.gradle +++ b/powerbell/build.gradle @@ -77,7 +77,7 @@ dependencies { //api 'androidx.vectordrawable:vectordrawable-animated:1.1.0' //api 'androidx.fragment:fragment:1.1.0' - implementation 'cc.winboll.studio:libaes:15.11.6' + implementation 'cc.winboll.studio:libaes:15.11.7' implementation 'cc.winboll.studio:libappbase:15.11.0' //api fileTree(dir: 'libs', include: ['*.aar']) diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java index ea23ddf5..f6668bce 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java @@ -198,7 +198,7 @@ public class MainActivity extends WinBoLLActivity { reloadBackground(); setBackgroundColor(); if (mADsBannerView != null) { - mADsBannerView.resumeADs(); + mADsBannerView.resumeADs(MainActivity.this); } // // 修复:优化广告请求逻辑(添加生命周期判断 + 主线程执行)