From 11adee7f9ff0986fa209af6ce29a37b3c0b27044 Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期三, 02 四月 2025 10:07:26 +0800 Subject: [PATCH] 1.vip续费页面-样式修改 --- app/src/main/AndroidManifest.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 83d5efc..99381b1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -119,7 +119,11 @@ android:theme="@style/Theme.ContentDetail" /> <activity android:name=".ui.profile.EditProfileActivity" - android:exported="false" /> + android:exported="false"/> + <activity + android:name=".ui.invitation.InvitationActivity" + android:exported="false"/> + </application> </manifest> \ No newline at end of file -- Gitblit v1.9.3