mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
downgrade zxing:core for minSdkVersion 21
This commit is contained in:
parent
58136c9cf4
commit
e8e389930e
3 changed files with 4 additions and 6 deletions
|
|
@ -211,6 +211,7 @@ class ChannelFragment : ScreenFragment("Channel"), Logging {
|
|||
|
||||
binding.scanButton.setOnClickListener {
|
||||
if ((requireActivity() as MainActivity).hasCameraPermission()) {
|
||||
debug("Starting QR code scanner")
|
||||
val zxingScan = IntentIntegrator.forSupportFragment(this)
|
||||
zxingScan.setCameraId(0)
|
||||
zxingScan.setPrompt("")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue