Add the hardware acceleration flag for the camera

This commit is contained in:
Jakob Nixdorf 2019-09-17 07:16:42 +02:00
parent be51587da2
commit 27121c62dc
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -54,8 +54,9 @@
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name="com.journeyapps.barcodescanner.CaptureActivity"
android:hardwareAccelerated="true"
android:screenOrientation="fullSensor"
tools:replace="screenOrientation" />
tools:replace="screenOrientation"/>
<activity
android:name=".Activities.PanicResponderActivity"
android:launchMode="singleInstance"