From 2309f454c0e1df3c43fde66002a1d009c0b8f479 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 01 四月 2025 11:34:35 +0800
Subject: [PATCH] add : 收入逻辑

---
 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