Refactor qrcode and its camera classes to separate package

This commit is contained in:
Daniel Lublin
2021-11-03 09:33:26 +01:00
parent 8a4fe7ca49
commit 6d1a0a5792
10 changed files with 20 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
android:layout_height="match_parent"
android:keepScreenOn="true">
<org.briarproject.briar.android.contact.add.nearby.CameraView
<org.briarproject.briar.android.qrcode.CameraView
android:id="@+id/camera_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />