From 996914e9942f59f3d3a520dc1561dff2f917a287 Mon Sep 17 00:00:00 2001 From: Fikri Milano Date: Wed, 4 Dec 2024 16:17:19 +0700 Subject: [PATCH] Disable rotation for QuestionnaireActivity (#3644) Co-authored-by: Rkareko <47570855+Rkareko@users.noreply.github.com> --- android/quest/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/quest/src/main/AndroidManifest.xml b/android/quest/src/main/AndroidManifest.xml index 46fe396c60..d403ae5834 100644 --- a/android/quest/src/main/AndroidManifest.xml +++ b/android/quest/src/main/AndroidManifest.xml @@ -61,7 +61,8 @@ + android:theme="@style/AppTheme" + android:screenOrientation="portrait" />