From 168f53f24a8d13968a9e13d3072af8f046f674be Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期一, 24 三月 2025 18:01:58 +0800
Subject: [PATCH] fix 324 免登陆,删除ActionBar

---
 app/src/main/AndroidManifest.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index f471d9e..0446048 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -111,7 +111,9 @@
             android:name=".activity.ContentDetailActivity"
             android:theme="@style/Theme.ContentDetail"
             android:exported="false" />
-
+        <activity
+            android:name=".ui.profile.EditProfileActivity"
+            android:exported="false"/>
     </application>
 
 </manifest>
\ No newline at end of file

--
Gitblit v1.9.3