Skip to content

Commit

Permalink
For Fr4gorSoftware#230: Fix scanner autorotation
Browse files Browse the repository at this point in the history
Variable camera orientation was added in SecScanQR v1.1.8 based on [ZXing-Android-Embedded Readme](https://github.com/journeyapps/zxing-android-embedded/tree/v3.6.0#changing-the-orientation). However fullsensor orientation leads to bad UX in this case.
  • Loading branch information
bigConifer committed Mar 8, 2022
1 parent a3d4507 commit 60b70dc
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 @@ -124,7 +124,7 @@

<activity
android:name="com.journeyapps.barcodescanner.CaptureActivity"
android:screenOrientation="fullSensor"
android:screenOrientation="user"
tools:replace="screenOrientation" />

</application>
Expand Down

0 comments on commit 60b70dc

Please sign in to comment.