From 83be0fa5fba5f1a277b533cfcaf639425f934658 Mon Sep 17 00:00:00 2001 From: Daniele Verducci Date: Sun, 17 Nov 2024 09:00:02 +0100 Subject: [PATCH] Do not rotate --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e14a93f..97f621b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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">