Remove ADsControlView from SettingsActivity layout

The class  was referenced in  but not present in the current module, causing an InflateException at runtime. The tag has been commented out to prevent the crash while preserving the UI layout structure. No other source files were changed.
This commit is contained in:
LaizyBoy
2026-07-01 14:52:25 +08:00
parent 50a06f028c
commit 042ba4b0e9
2 changed files with 7 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Wed Jul 01 03:24:33 CST 2026 #Wed Jul 01 14:49:57 CST 2026
stageCount=9 stageCount=9
libraryProject= libraryProject=
baseVersion=15.20 baseVersion=15.20
publishVersion=15.20.8 publishVersion=15.20.8
buildCount=8 buildCount=16
baseBetaVersion=15.20.9 baseBetaVersion=15.20.9

View File

@@ -11,10 +11,11 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:id="@+id/toolbar"/> android:id="@+id/toolbar"/>
<cc.winboll.studio.libaes.views.ADsControlView <!-- <cc.winboll.studio.libaes.views.ADsControlView
android:id="@+id/ads_control_view" android:id="@+id/ads_control_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" /> -->
</LinearLayout> </LinearLayout>