fix(orientation): 移除維修/鎖定頁 screenOrientation=portrait,改跟隨系統方向
倒裝面板機台上,被鎖 portrait 的 Maintenance/MaintenanceSerial 相對系統反向而倒180度; 其餘畫面本就未鎖方向、顯示正常。移除後一致跟隨系統,正常安裝機台無影響。(verPatch 維持 42) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e1a2a45810
commit
0e1a6cbdf5
@ -84,12 +84,10 @@
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".ui.MaintenanceActivity"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/Theme.SmartDevice"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".ui.MaintenanceSerialActivity"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/Theme.SmartDevice"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
|
||||
Loading…
Reference in New Issue
Block a user