dlazaro66 / QRCodeReaderView

Modification of ZXING Barcode Scanner project for easy Android QR-Code detection and AR purposes
1.9k stars 491 forks source link

Camera doesn't work after permission granted #171

Open Mr-Saidov opened 5 years ago

tinkooladik commented 5 years ago

It works when I add this after granting permission:

qrView.visibility = View.GONE
qrView.visibility = View.VISIBLE
parthvora25 commented 5 years ago

Thank you for the solution.

basel93natour commented 4 years ago

@tinkooladik is there a reason why this is happening? by the way thanks for the solution.

akashsarkar188 commented 3 years ago

Thank you @tinkooladik ! Glad I tried this before implementing the ViewStub work around.