Skip to content

Commit

Permalink
Disable rotation for QuestionnaireActivity (#3644)
Browse files Browse the repository at this point in the history
Co-authored-by: Rkareko <[email protected]>
  • Loading branch information
FikriMilano and Rkareko authored Dec 4, 2024
1 parent bcff526 commit 996914e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/quest/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
<activity
android:name=".ui.questionnaire.QuestionnaireActivity"
android:exported="false"
android:theme="@style/AppTheme" />
android:theme="@style/AppTheme"
android:screenOrientation="portrait" />

<activity
android:name="androidx.compose.ui.tooling.PreviewActivity"
Expand Down

0 comments on commit 996914e

Please sign in to comment.