refactor: adjust for landscape

This commit is contained in:
andrekir 2023-11-18 05:51:42 -03:00
parent e5a20c9665
commit 0330b8ff80
2 changed files with 2 additions and 2 deletions

View file

@ -127,10 +127,9 @@
android:value="true" />
</service>
<!-- zxing for QR Code scanning: lock portrait orientation -->
<activity
android:name="com.journeyapps.barcodescanner.CaptureActivity"
android:screenOrientation="portrait"
android:screenOrientation="unspecified"
tools:replace="screenOrientation" />
<activity