Do not rotate

This commit is contained in:
Daniele Verducci 2024-11-17 09:00:02 +01:00
parent 49c6a13271
commit 83be0fa5fb

View File

@ -18,7 +18,8 @@
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.LunaTracker">
android:theme="@style/Theme.LunaTracker"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />