From 1158ee26b33bb2a9ad996c9d65f20d2764b453ac Mon Sep 17 00:00:00 2001 From: Craun718 <3653544699@qq.com> Date: Sun, 30 Aug 2026 16:28:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(app):=20=E5=9B=BA=E5=AE=9A=E4=B8=BB?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E7=AB=96=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 188fd8b8..8f01f6ca 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -73,6 +73,7 @@ android:exported="true" android:label="${appLabel}" android:launchMode="singleTop" + android:screenOrientation="portrait" android:theme="@style/Theme.MaaFwApp.Starting" android:windowSoftInputMode="adjustResize">