Skip to content

Commit

Permalink
change orientation setting to nosensor to allow every natural orienta…
Browse files Browse the repository at this point in the history
…tion and avoid letterboxing (#98)

Co-authored-by: Jolanda Verhoef <JolandaVerhoef@users.noreply.github.com>
  • Loading branch information
romanofranz and JolandaVerhoef authored Mar 13, 2024
1 parent 3bda628 commit 01622d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:screenOrientation="portrait"
android:screenOrientation="nosensor"
android:theme="@style/Theme.JetpackCamera">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 01622d3

Please # to comment.