Closed AhmadRehan71 closed 3 years ago
I had the same problem. I solved doing this:
private val barcodeCapture by lazy { activity?.supportFragmentManager?.findFragmentById(R.id.qr_code_reader) as? BarcodeCapture } override fun onCreateView(){ .... barcodeCapture?.setRetrieval(this@MyFragment) }
I had the same problem. I solved doing this: